From 9907522fbf088f04ef787fdce77cbe327ca996d8 Mon Sep 17 00:00:00 2001 From: oliexdev Date: Fri, 15 Apr 2022 12:08:28 +0200 Subject: [PATCH] update libraries --- android_app/app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android_app/app/build.gradle b/android_app/app/build.gradle index e3ec6de1..ae9dd670 100644 --- a/android_app/app/build.gradle +++ b/android_app/app/build.gradle @@ -162,9 +162,9 @@ dependencies { implementation 'com.github.AppIntro:AppIntro:6.0.0' implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.4.32' // Room - implementation 'androidx.room:room-runtime:2.4.2' - annotationProcessor 'androidx.room:room-compiler:2.4.2' - androidTestImplementation 'androidx.room:room-testing:2.4.2' + implementation 'androidx.room:room-runtime:2.3.0' + annotationProcessor 'androidx.room:room-compiler:2.3.0' + androidTestImplementation 'androidx.room:room-testing:2.3.0' // Timber implementation 'com.jakewharton.timber:timber:5.0.1' // Local unit tests