From 4d92e2de76345cd9f92057fdf2302ae353af5124 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 16 Apr 2020 20:51:13 +0200 Subject: [PATCH] updating Commons and Room --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 91b5cb4fc..5515aa3ec 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -64,12 +64,12 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.23.10' + implementation 'com.simplemobiletools:commons:5.25.22' implementation 'joda-time:joda-time:2.10.1' implementation 'androidx.multidex:multidex:2.0.1' implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4' - kapt 'androidx.room:room-compiler:2.2.4' - implementation 'androidx.room:room-runtime:2.2.4' - annotationProcessor 'androidx.room:room-compiler:2.2.4' + kapt 'androidx.room:room-compiler:2.2.5' + implementation 'androidx.room:room-runtime:2.2.5' + annotationProcessor 'androidx.room:room-compiler:2.2.5' }