Skip to content

Commit 4a99427

Browse files
committed
Update dependencies
1 parent 037a4da commit 4a99427

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ sdk-min = "19"
33
sdk-target = "33"
44

55
kotlin = "1.9.20"
6-
ksp = "1.9.20-1.0.13"
6+
ksp = "1.9.20-1.0.14"
77
android-plugin = "8.1.2"
88

99
coroutines = "1.7.3"
1010
dagger = "2.48"
1111
espresso = "3.5.1"
1212
jackson = "2.15.2"
1313
lifecycle = "2.6.2"
14-
navigation = "2.6.0" # 2.7.4 requires API 34.
15-
room = "2.5.2"
14+
navigation = "2.6.0" # 2.7.5 requires API 34.
15+
room = "2.5.2" # 2.6.0 requires API 34.
1616
tox4j-android = "0.2.18"
1717
tox4j-core = "0.2.3"
1818

@@ -27,7 +27,7 @@ androidx-activity = "androidx.activity:activity:1.7.2" # 1.8.0 requires API 34.
2727
androidx-appcompat = "androidx.appcompat:appcompat:1.6.1"
2828
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
2929
androidx-core-ktx = "androidx.core:core-ktx:1.10.1" # 1.12.0 requires API 34.
30-
androidx-fragment = "androidx.fragment:fragment:1.6.1"
30+
androidx-fragment = "androidx.fragment:fragment:1.6.2"
3131

3232
androidx-multidex = "androidx.multidex:multidex:2.0.1"
3333
androidx-navigation-fragment = { module = "androidx.navigation:navigation-fragment", version.ref = "navigation" }

0 commit comments

Comments
 (0)