From 2667cc4d647028f354e7ebe37eaf711b789d82f7 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 28 Oct 2019 11:09:52 +0100 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 55db6de4..be4f0000 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,9 +51,9 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.17.18' + implementation 'com.simplemobiletools:commons:5.18.14' - kapt 'androidx.room:room-compiler:2.1.0' - implementation 'androidx.room:room-runtime:2.1.0' - annotationProcessor 'androidx.room:room-compiler:2.1.0' + kapt 'androidx.room:room-compiler:2.2.1' + implementation 'androidx.room:room-runtime:2.2.1' + annotationProcessor 'androidx.room:room-compiler:2.2.1' }