aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2025-05-05 16:13:57 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2025-05-08 04:59:37 +0200
commit0740e86cb2c8880f26e48c690140afda6e005556 (patch)
tree030ac193fb8793596671c43b60d3996cd2575213
parentgradle: update kotlin to 2.1.20 (diff)
downloadwireguard-android-0740e86cb2c8880f26e48c690140afda6e005556.tar.xz
wireguard-android-0740e86cb2c8880f26e48c690140afda6e005556.zip
gradle: bump deps
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r--gradle/libs.versions.toml26
1 files changed, 13 insertions, 13 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index cb325ae1..e439775f 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -3,23 +3,23 @@ agp = "8.9.2"
kotlin = "2.1.20"
[libraries]
-androidx-activity-ktx = "androidx.activity:activity-ktx:1.8.0"
-androidx-annotation = "androidx.annotation:annotation:1.7.0"
-androidx-appcompat = "androidx.appcompat:appcompat:1.6.1"
+androidx-activity-ktx = "androidx.activity:activity-ktx:1.10.1"
+androidx-annotation = "androidx.annotation:annotation:1.9.1"
+androidx-appcompat = "androidx.appcompat:appcompat:1.7.0"
androidx-biometric = "androidx.biometric:biometric:1.1.0"
-androidx-collection = "androidx.collection:collection:1.3.0"
-androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.1.4"
-androidx-coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
-androidx-core-ktx = "androidx.core:core-ktx:1.12.0"
-androidx-datastore-preferences = "androidx.datastore:datastore-preferences:1.0.0"
-androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.6.1"
-androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"
+androidx-collection = "androidx.collection:collection:1.5.0"
+androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.1"
+androidx-coordinatorlayout = "androidx.coordinatorlayout:coordinatorlayout:1.3.0"
+androidx-core-ktx = "androidx.core:core-ktx:1.16.0"
+androidx-datastore-preferences = "androidx.datastore:datastore-preferences:1.1.6"
+androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.6"
+androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.9.0"
androidx-preference-ktx = "androidx.preference:preference-ktx:1.2.1"
-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.0.3"
-google-material = "com.google.android.material:material:1.10.0"
+desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.1.5"
+google-material = "com.google.android.material:material:1.12.0"
jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
junit = "junit:junit:4.13.2"
-kotlinx-coroutines-android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.0"
+kotlinx-coroutines-android = "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3"
zxing-android-embedded = "com.journeyapps:zxing-android-embedded:4.3.0"
[plugins]