From b6643a5c3427834f62490029a9db9277ba1eb67e Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 28 Oct 2019 16:11:28 +0100 Subject: [PATCH] updating commons and room --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 2ad3d159..33ff95a5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,12 +51,12 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.18.12' + implementation 'com.simplemobiletools:commons:5.18.14' implementation 'joda-time:joda-time:2.10.1' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2' + implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta3' implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5' - 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" }