mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-06-05 21:04:28 +08:00
Update dependencies
This commit is contained in:
parent
780702d753
commit
39349aee28
@ -100,14 +100,14 @@ dependencies {
|
||||
testImplementation "org.robolectric:robolectric:4.14.1"
|
||||
|
||||
// AndroidX
|
||||
implementation 'androidx.appcompat:appcompat:1.7.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.7.1'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
|
||||
implementation 'androidx.fragment:fragment:1.8.6'
|
||||
implementation 'androidx.fragment:fragment:1.8.8'
|
||||
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.8"
|
||||
implementation "androidx.navigation:navigation-ui:2.8.8"
|
||||
implementation "androidx.navigation:navigation-fragment:2.9.2"
|
||||
implementation "androidx.navigation:navigation-ui:2.9.2"
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
|
||||
|
||||
// Google
|
||||
|
||||
@ -6,7 +6,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:8.9.1'
|
||||
classpath 'com.android.tools.build:gradle:8.9.3'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
||||
Loading…
Reference in New Issue
Block a user