Update deps

This commit is contained in:
emanuele-f 2022-08-16 21:39:42 +02:00
parent 90cf863d5f
commit 117ff42181

View File

@ -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'