From 117ff42181a3cc8a6de2a331579f8cbec2f97841 Mon Sep 17 00:00:00 2001 From: emanuele-f Date: Tue, 16 Aug 2022 21:39:42 +0200 Subject: [PATCH] Update deps --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4358327e..aaaffa1d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ android { externalNativeBuild { cmake { path file('src/main/jni/CMakeLists.txt') - version "3.18.1" + version "3.22.1" } } @@ -69,9 +69,9 @@ dependencies { testImplementation 'org.mockito:mockito-core:1.10.19' // AndroidX - implementation 'androidx.appcompat:appcompat:1.4.2' + implementation 'androidx.appcompat:appcompat:1.5.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.fragment:fragment:1.5.1' + implementation 'androidx.fragment:fragment:1.5.2' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0' implementation 'androidx.preference:preference:1.2.0' implementation 'androidx.recyclerview:recyclerview:1.2.1'