mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-11 21:01:45 +08:00
Update dependencies
This commit is contained in:
parent
2cfd5d7a6e
commit
0dfbf0785c
@ -103,14 +103,14 @@ dependencies {
|
||||
|
||||
// AndroidX
|
||||
implementation 'androidx.appcompat:appcompat:1.7.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
|
||||
implementation 'androidx.fragment:fragment:1.8.6'
|
||||
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
|
||||
implementation 'androidx.preference:preference:1.2.1'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.4.0'
|
||||
implementation "androidx.navigation:navigation-fragment:2.8.7"
|
||||
implementation "androidx.navigation:navigation-ui:2.8.7"
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
|
||||
implementation "androidx.navigation:navigation-fragment:2.8.8"
|
||||
implementation "androidx.navigation:navigation-ui:2.8.8"
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
|
||||
|
||||
// Google
|
||||
implementation 'com.google.android.material:material:1.12.0'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user