mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-07-03 21:21:12 +08:00
Update deps
This commit is contained in:
parent
90cf863d5f
commit
117ff42181
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user