libs: Update to latest dependencies

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2026-04-08 13:16:05 +08:00
parent e632c21c6b
commit f9ca15eea4
3 changed files with 9 additions and 9 deletions

View File

@@ -11,10 +11,10 @@ androidGradlePlugin = "8.13.2"
adaptive = "1.3.0-alpha09" adaptive = "1.3.0-alpha09"
androidx-hilt = "1.3.0" androidx-hilt = "1.3.0"
androidx-junit = "1.3.0" androidx-junit = "1.3.0"
browser = "1.9.0" browser = "1.10.0"
coil = "3.4.0" coil = "3.4.0"
composeBom = "2026.03.00" composeBom = "2026.03.01"
composeMaterial = "1.5.0-alpha15" composeMaterial = "1.5.0-alpha16"
core = "1.18.0" core = "1.18.0"
epoxy = "5.2.1" epoxy = "5.2.1"
espresso = "3.7.0" espresso = "3.7.0"
@@ -22,7 +22,7 @@ gplayapi = "3.5.9"
hiddenapibypass = "6.1" hiddenapibypass = "6.1"
hilt = "2.58" hilt = "2.58"
junit = "4.13.2" junit = "4.13.2"
kotlin = "2.3.10" kotlin = "2.3.20"
ksp = "2.3.6" ksp = "2.3.6"
ktlint = "14.2.0" ktlint = "14.2.0"
leakcanary = "2.14" leakcanary = "2.14"
@@ -35,7 +35,7 @@ okhttp = "5.3.2"
paging = "3.4.2" paging = "3.4.2"
preference = "1.2.1" preference = "1.2.1"
processPhoenix = "3.0.0" processPhoenix = "3.0.0"
protobufJavalite = "4.34.0" protobufJavalite = "4.34.1"
rikkaHiddenAPI = "4.4.0" rikkaHiddenAPI = "4.4.0"
rikkaTools = "4.4.0" rikkaTools = "4.4.0"
room = "2.8.4" room = "2.8.4"
@@ -45,7 +45,7 @@ shizuku = "13.1.5"
swiperefreshlayout = "1.2.0" swiperefreshlayout = "1.2.0"
truth = "1.4.5" truth = "1.4.5"
viewpager2 = "1.1.0" viewpager2 = "1.1.0"
work = "2.11.1" work = "2.11.2"
[libraries] [libraries]
huawei-hms-coreservice = { module = "com.huawei.hms:ag-coreservice", version.ref = "agCoreservice" } huawei-hms-coreservice = { module = "com.huawei.hms:ag-coreservice", version.ref = "agCoreservice" }

View File

@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionSha256Sum=60ea723356d81263e8002fec0fcf9e2b0eee0c0850c7a3d7ab0a63f2ccc601f3 distributionSha256Sum=2ab2958f2a1e51120c326cad6f385153bb11ee93b3c216c5fccebfdfbb7ec6cb
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

2
gradlew vendored
View File

@@ -57,7 +57,7 @@
# Darwin, MinGW, and NonStop. # Darwin, MinGW, and NonStop.
# #
# (3) This script is generated from the Groovy template # (3) This script is generated from the Groovy template
# https://github.com/gradle/gradle/blob/b631911858264c0b6e4d6603d677ff5218766cee/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # https://github.com/gradle/gradle/blob/2d6327017519d23b96af35865dc997fcb544fb40/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
# within the Gradle project. # within the Gradle project.
# #
# You can find Gradle at https://github.com/gradle/gradle/. # You can find Gradle at https://github.com/gradle/gradle/.