Skip to content

Commit 9891061

Browse files
committed
Merge branch 'master' into hevsocks
2 parents bf71a6f + 5af1733 commit 9891061

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,31 +11,29 @@ 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"
23-
kotlin = "2.2.10"
22+
kotlin = "2.2.20"
2423
coroutines = "1.10.2"
2524
serialization = "1.9.0"
2625
app-icon-name-changer = "1.0.7"
2726
androidx-biometric = "1.1.0"
28-
androidx-lifecycle = "2.9.3"
27+
androidx-lifecycle = "2.9.4"
2928
screengrab = "2.1.1"
3029
upnp = "1.0.0"
3130
iptproxy = "4.2.2"
3231

3332
[libraries]
3433
android-material = { group = "com.google.android.material", name = "material", version.ref = "android-material" }
35-
android-shell = { group = "com.jaredrummler", name = "android-shell", version.ref = "android-shell" }
3634
android-volley = { group = "com.android.volley", name = "volley", version.ref = "android-volley" }
3735
androidx-activity = { group = "androidx.activity", name = "activity-ktx", version.ref = "androidx-activity" }
3836
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidx-appcompat" }
39-
androidx-core = { group = "androidx.core", name = "core", version.ref = "androidx-core" }
4037
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }
4138
androidx-espresso = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "androidx-espresso" }
4239
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "androidx-junit" }
@@ -47,7 +44,6 @@ androidx-orchestrator = { module = "androidx.test:orchestrator", version.ref = "
4744
androidx-preference = { module = "androidx.preference:preference", version.ref = "androidx-preference" }
4845
androidx-rules = { group = "androidx.test", name = "rules", version.ref = "androidx-rules" }
4946
androidx-runner = { group = "androidx.test", name = "runner", version.ref = "androidx-runner" }
50-
androidx-work = { group = "androidx.work", name = "work-runtime", version.ref = "androidx-work" }
5147
androidx-work-kotlin = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "androidx-work" }
5248
guardian-jtorctl = { group = "info.guardianproject", name = "jtorctl", version.ref = "guardian-jtorctl" }
5349
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version.ref = "junit-jupiter" }

0 commit comments

Comments
 (0)