mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-05-08 21:12:26 +00:00
Update gradle and dependencies
libpcap 1.10.6
This commit is contained in:
+6
-6
@@ -97,7 +97,7 @@ dependencies {
|
||||
// Tests
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
testImplementation 'androidx.test:core:1.7.0'
|
||||
testImplementation "org.robolectric:robolectric:4.16"
|
||||
testImplementation "org.robolectric:robolectric:4.16.1"
|
||||
|
||||
// AndroidX
|
||||
implementation 'androidx.appcompat:appcompat:1.7.1'
|
||||
@@ -106,17 +106,17 @@ dependencies {
|
||||
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.9.3"
|
||||
implementation "androidx.navigation:navigation-ui:2.9.3"
|
||||
implementation "androidx.navigation:navigation-fragment:2.9.7"
|
||||
implementation "androidx.navigation:navigation-ui:2.9.7"
|
||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5'
|
||||
|
||||
// Google
|
||||
implementation 'com.google.android.material:material:1.12.0'
|
||||
implementation 'com.google.code.gson:gson:2.11.0'
|
||||
implementation 'com.google.android.material:material:1.13.0'
|
||||
implementation 'com.google.code.gson:gson:2.13.2'
|
||||
implementation 'org.brotli:dec:0.1.2'
|
||||
|
||||
// Third-party
|
||||
implementation 'cat.ereza:customactivityoncrash:2.3.0'
|
||||
implementation 'cat.ereza:customactivityoncrash:2.4.0'
|
||||
implementation 'com.github.KaKaVip:Android-Flag-Kit:v0.1'
|
||||
implementation 'com.github.AppIntro:AppIntro:6.2.0'
|
||||
implementation 'com.github.androidmads:QRGenerator:1.0.1'
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:8.12.2'
|
||||
classpath 'com.android.tools.build:gradle:8.13.2'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
||||
+1
-1
Submodule submodules/libpcap updated: bbcbc9174d...a999701dca
Reference in New Issue
Block a user