Skip to content

Commit 1341db8

Browse files
committed
Update dependencies
1 parent d6db3b2 commit 1341db8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ coroutines = "1.10.2"
1313
# in class Lltd/evilcorp/atox/di/DaggerAppComponent$AppComponentImpl; or its super classes (declaration of 'ltd.evilcorp.atox.di.DaggerAppComponent$AppComponentImpl'
1414
# appears in /data/app/~~thc_LJkWCWx8397z9eqxhg==/ltd.evilcorp.atox.debug-Msb0l4sq9lyyE79UBO_1Tg==/base.apk!classes11.dex)
1515
dagger = "2.55"
16-
espresso = "3.6.1"
17-
lifecycle = "2.9.0"
18-
navigation = "2.9.0"
19-
room = "2.7.1"
16+
espresso = "3.7.0"
17+
lifecycle = "2.9.3"
18+
navigation = "2.9.4"
19+
room = "2.7.2" # >=2.8.0 needs minSdk 23.
2020
tox4j-android = "0.2.20"
2121
tox4j-core = "0.2.3"
2222

@@ -27,11 +27,11 @@ androidApplication = { id = "com.android.application", version.ref = "android-pl
2727
androidLibrary = { id = "com.android.library", version.ref = "android-plugin" }
2828

2929
[libraries]
30-
androidx-activity = "androidx.activity:activity:1.9.3" # >=1.10.0 needs compileSdk 35.
30+
androidx-activity = "androidx.activity:activity:1.10.1" # >=1.11.0 needs compileSdk 36.
3131
androidx-appcompat = "androidx.appcompat:appcompat:1.7.1"
3232
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.1"
33-
androidx-core-ktx = "androidx.core:core-ktx:1.13.1" # >=1.15.0 needs compileSdk 35.
34-
androidx-fragment = "androidx.fragment:fragment:1.8.8"
33+
androidx-core-ktx = "androidx.core:core-ktx:1.16.0" # >=1.17.0 needs compileSdk 36.
34+
androidx-fragment = "androidx.fragment:fragment:1.8.9"
3535

3636
androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "navigation" }
3737
androidx-navigation-ui = { module = "androidx.navigation:navigation-ui", version.ref = "navigation" }
@@ -47,7 +47,7 @@ androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
4747
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
4848
androidx-room-testing = { module = "androidx.room:room-testing", version.ref = "room" }
4949

50-
google-android-material = "com.google.android.material:material:1.12.0"
50+
google-android-material = "com.google.android.material:material:1.13.0"
5151
google-dagger-compiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" }
5252
google-dagger-core = { module = "com.google.dagger:dagger", version.ref = "dagger" }
5353

@@ -71,8 +71,8 @@ tox4j-c = { module = "org.toktok:tox4j-c_2.11", version.ref = "tox4j-core" }
7171

7272
test-espresso-contrib = { module = "androidx.test.espresso:espresso-contrib", version.ref = "espresso" }
7373
test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "espresso" }
74-
test-junit-ext = "androidx.test.ext:junit:1.2.1"
75-
test-rules = "androidx.test:rules:1.6.1"
76-
test-runner = "androidx.test:runner:1.6.2"
74+
test-junit-ext = "androidx.test.ext:junit:1.3.0"
75+
test-rules = "androidx.test:rules:1.7.0"
76+
test-runner = "androidx.test:runner:1.7.0"
7777

7878
[bundles]

0 commit comments

Comments
 (0)