build: Update deps and gradle version

This commit is contained in:
LooKeR 2025-06-23 22:52:07 +05:30
parent 2cf7ec1ba6
commit b45a0aaf33
No known key found for this signature in database
GPG Key ID: 6B59369FDB608FB9
2 changed files with 8 additions and 8 deletions

View File

@ -9,27 +9,27 @@ datastore = "1.1.7"
fragment = "1.8.8" fragment = "1.8.8"
lifecycle = "2.9.1" lifecycle = "2.9.1"
recycler-view = "1.4.0" recycler-view = "1.4.0"
sqlite = "2.5.1" sqlite = "2.5.2"
test-ext = "1.2.1" test-ext = "1.2.1"
test-rules = "1.6.1" test-rules = "1.6.1"
test-runner = "1.6.2" test-runner = "1.6.2"
work = "2.10.1" work = "2.10.2"
coil = "3.2.0" coil = "3.2.0"
leakcanary = "2.14" leakcanary = "2.14"
hilt = "2.56.2" hilt = "2.56.2"
hiltExt = "1.2.0" hiltExt = "1.2.0"
jackson = "2.18.2" jackson = "2.19.1"
kotlin = "2.1.21" kotlin = "2.1.21"
coroutines = "1.10.2" coroutines = "1.10.2"
datetime = "0.6.2" datetime = "0.6.2"
serialization = "1.8.1" serialization = "1.8.1"
ksp = "2.1.20-1.0.32" ksp = "2.1.21-2.0.2"
ktor = "3.1.2" ktor = "3.2.0"
libsu = "6.0.0" libsu = "6.0.0"
room = "2.7.1" room = "2.7.2"
shizuku = "13.0.0" shizuku = "13.0.0"
image-viewer = "v1.0.1" image-viewer = "v1.0.1"
junit-jupiter = "5.12.0" junit-jupiter = "5.13.1"
[libraries] [libraries]
desugaring = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "desugaring" } desugaring = { group = "com.android.tools", name = "desugar_jdk_libs", version.ref = "desugaring" }

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME