From edd599fe9567ecf5002cef47dc21b115f71c2020 Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Thu, 11 Sep 2025 16:36:33 +0800 Subject: [PATCH] fixup! Bump to latest dependencies Signed-off-by: Aayush Gupta --- gradle/libs.versions.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0246684cd..bfbb4daf5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,6 @@ espresso = "3.7.0" gplayapi = "3.5.6" hiddenapibypass = "6.1" hilt = "2.57.1" -hiltWork = "1.2.0" junit = "4.13.2" kotlin = "2.2.20" ksp = "2.2.20-2.0.2" @@ -31,7 +30,7 @@ libsu = "6.0.0" lifecycle = "2.9.3" lifecycle-navigation3 = "1.0.0-alpha04" material = "1.13.0" -navigation = "2.9.3" +navigation = "2.9.4" navigation3 = "1.0.0-alpha09" okhttp = "5.1.0" paging = "3.3.6" @@ -47,7 +46,7 @@ shizuku = "13.1.5" swiperefreshlayout = "1.1.0" truth = "1.4.4" viewpager2 = "1.1.0" -work = "2.10.3" +work = "2.10.4" [libraries] huawei-hms-coreservice = { module = "com.huawei.hms:ag-coreservice", version.ref = "agCoreservice" } @@ -97,8 +96,8 @@ google-truth = { module = "com.google.truth:truth", version.ref = "truth" } hilt-android-compiler = { module = "com.google.dagger:hilt-android-compiler", version.ref = "hilt" } hilt-android-core = { module = "com.google.dagger:hilt-android", version.ref = "hilt" } hilt-android-testing = { module = "com.google.dagger:hilt-android-testing", version.ref = "hilt" } -hilt-androidx-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hiltWork" } -hilt-androidx-work = { module = "androidx.hilt:hilt-work", version.ref = "hiltWork" } +hilt-androidx-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "androidx-hilt" } +hilt-androidx-work = { module = "androidx.hilt:hilt-work", version.ref = "androidx-hilt" } junit = { module = "junit:junit", version.ref = "junit" } kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "serialization" } lsposed-hiddenapibypass = { module = "org.lsposed.hiddenapibypass:hiddenapibypass", version.ref = "hiddenapibypass" }