diff options
author | 2025-05-31 03:43:04 +0200 | |
---|---|---|
committer | 2025-05-31 03:43:04 +0200 | |
commit | f9764e959208f4ee563be19a1710f288e9cbb21f (patch) | |
tree | 0d3f4a482f8f769af31843c5b3c37e90edfaa70b | |
parent | QuickTileService: wait for tunnels to load (diff) | |
download | wireguard-android-f9764e959208f4ee563be19a1710f288e9cbb21f.tar.xz wireguard-android-f9764e959208f4ee563be19a1710f288e9cbb21f.zip |
gradle: bump dependencies
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-rw-r--r-- | gradle/libs.versions.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9ee029bd..9d9d01fc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.10.0" +agp = "8.10.1" kotlin = "2.1.20" [libraries] @@ -11,8 +11,8 @@ 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-datastore-preferences = "androidx.datastore:datastore-preferences:1.1.7" +androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.7" 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.1.5" |