Compare commits

...

1 Commits

Author SHA1 Message Date
Aayush Gupta
8902ce8678 Update dependencies and Gradle to latest stable releases
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
2026-02-22 10:46:58 +08:00
2 changed files with 7 additions and 7 deletions

View File

@ -7,13 +7,13 @@
acra = "5.13.1" acra = "5.13.1"
agp = "8.13.2" agp = "8.13.2"
appcompat = "1.7.1" appcompat = "1.7.1"
assertj = "3.27.6" assertj = "3.27.7"
autoservice-google = "1.1.1" autoservice-google = "1.1.1"
autoservice-zacsweers = "1.2.0" autoservice-zacsweers = "1.2.0"
bridge = "v2.0.2" bridge = "v2.0.2"
cardview = "1.0.0" cardview = "1.0.0"
checkstyle = "13.0.0" checkstyle = "13.2.0"
coil = "3.0.4" coil = "3.3.0"
constraintlayout = "2.2.1" constraintlayout = "2.2.1"
core = "1.17.0" core = "1.17.0"
desugar = "2.1.5" desugar = "2.1.5"
@ -24,8 +24,8 @@ groupie = "2.10.1"
jsoup = "1.22.1" jsoup = "1.22.1"
junit = "4.13.2" junit = "4.13.2"
junit-ext = "1.3.0" junit-ext = "1.3.0"
kotlin = "2.3.0" kotlin = "2.3.10"
ksp = "2.3.5" ksp = "2.3.6"
ktlint = "1.8.0" ktlint = "1.8.0"
leakcanary = "2.14" leakcanary = "2.14"
lifecycle = "2.9.4" # Newer versions require minSdk >= 23 lifecycle = "2.9.4" # Newer versions require minSdk >= 23

View File

@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionSha256Sum=0d585f69da091fc5b2beced877feab55a3064d43b8a1d46aeb07996b0915e0e0 distributionSha256Sum=b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME