Skip to content

Commit 5af1733

Browse files
committed
bump minor android library deps, removed unused dependency definitions
1 parent 3b9f83f commit 5af1733

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[versions]
22
agp = "8.12.3"
3-
android-material = "1.12.0"
4-
android-shell = "1.0.0"
3+
android-material = "1.13.0"
54
android-volley = "1.2.1"
6-
androidx-activity = "1.10.1"
5+
androidx-activity = "1.11.0"
76
androidx-appcompat = "1.7.1"
87
androidx-core = "1.17.0"
98
androidx-espresso = "3.7.0"
@@ -12,32 +11,30 @@ androidx-localbroadcast = "1.1.0"
1211
androidx-preference = "1.2.1"
1312
androidx-rules = "1.7.0"
1413
androidx-runner = "1.7.0"
15-
androidx-work = "2.10.3"
14+
androidx-work = "2.10.5"
1615
guardian-jtorctl = "0.4.5.7"
1716
junit-jupiter = "5.13.4"
18-
navigation-fragment-ktx = "2.9.3"
17+
navigation-fragment-ktx = "2.9.5"
1918
orchestrator = "1.6.1"
2019
retrofit = "3.0.0"
2120
rootbeer = "0.1.1"
2221
tor-android = "0.4.8.17.2"
2322
pcap-core = "1.8.2"
2423
pcap-factory = "1.8.2"
25-
kotlin = "2.2.10"
24+
kotlin = "2.2.20"
2625
coroutines = "1.10.2"
2726
serialization = "1.9.0"
2827
app-icon-name-changer = "1.0.7"
2928
androidx-biometric = "1.1.0"
30-
androidx-lifecycle = "2.9.3"
29+
androidx-lifecycle = "2.9.4"
3130
screengrab = "2.1.1"
3231
upnp = "1.0.0"
3332

3433
[libraries]
3534
android-material = { group = "com.google.android.material", name = "material", version.ref = "android-material" }
36-
android-shell = { group = "com.jaredrummler", name = "android-shell", version.ref = "android-shell" }
3735
android-volley = { group = "com.android.volley", name = "volley", version.ref = "android-volley" }
3836
androidx-activity = { group = "androidx.activity", name = "activity-ktx", version.ref = "androidx-activity" }
3937
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidx-appcompat" }
40-
androidx-core = { group = "androidx.core", name = "core", version.ref = "androidx-core" }
4138
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }
4239
androidx-espresso = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "androidx-espresso" }
4340
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-junit" }
@@ -48,7 +45,6 @@ androidx-orchestrator = { module = "androidx.test:orchestrator", version.ref = "
4845
androidx-preference = { module = "androidx.preference:preference", version.ref = "androidx-preference" }
4946
androidx-rules = { group = "androidx.test", name = "rules", version.ref = "androidx-rules" }
5047
androidx-runner = { group = "androidx.test", name = "runner", version.ref = "androidx-runner" }
51-
androidx-work = { group = "androidx.work", name = "work-runtime", version.ref = "androidx-work" }
5248
androidx-work-kotlin = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "androidx-work" }
5349
guardian-jtorctl = { group = "info.guardianproject", name = "jtorctl", version.ref = "guardian-jtorctl" }
5450
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version.ref = "junit-jupiter" }

0 commit comments

Comments
 (0)