Skip to content

Commit 57bd0ec

Browse files
committed
gradle: bump deps
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 9c0bafa commit 57bd0ec

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@ agp = "8.9.2"
33
kotlin = "2.1.20"
44

55
[libraries]
6-
androidx-activity-ktx = "androidx.activity:activity-ktx:1.8.0"
7-
androidx-annotation = "androidx.annotation:annotation:1.7.0"
8-
androidx-appcompat = "androidx.appcompat:appcompat:1.6.1"
6+
androidx-activity-ktx = "androidx.activity:activity-ktx:1.10.1"
7+
androidx-annotation = "androidx.annotation:annotation:1.9.1"
8+
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0"
99
androidx-biometric = "androidx.biometric:biometric:1.1.0"
10-
androidx-collection = "androidx.collection:collection:1.3.0"
11-
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
12-
androidx-coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
13-
androidx-core-ktx = "androidx.core:core-ktx:1.12.0"
14-
androidx-datastore-preferences = "androidx.datastore:datastore-preferences:1.0.0"
15-
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.6.1"
16-
androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"
10+
androidx-collection = "androidx.collection:collection:1.5.0"
11+
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.1"
12+
androidx-coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.3.0"
13+
androidx-core-ktx = "androidx.core:core-ktx:1.16.0"
14+
androidx-datastore-preferences = "androidx.datastore:datastore-preferences:1.1.4"
15+
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.6"
16+
androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.8.7"
1717
androidx-preference-ktx = "androidx.preference:preference-ktx:1.2.1"
18-
desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.0.3"
19-
google-material = "com.google.android.material:material:1.10.0"
18+
desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.1.5"
19+
google-material = "com.google.android.material:material:1.12.0"
2020
jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
2121
junit = "junit:junit:4.13.2"
22-
kotlinx-coroutines-android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.0"
22+
kotlinx-coroutines-android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"
2323
zxing-android-embedded = "com.journeyapps:zxing-android-embedded:4.3.0"
2424

2525
[plugins]

0 commit comments

Comments
 (0)