libs: Bump to latest stable AGP, Gradle and dependencies

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-03-05 16:56:38 +05:30
parent fc6851519a
commit dcb2976004
4 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[versions]
activityCompose = "1.10.0"
androidGradlePlugin = "8.8.1"
activityCompose = "1.10.1"
androidGradlePlugin = "8.9.0"
androidx-hilt = "1.2.0"
browserVersion = "1.8.0"
coilVersion = "3.1.0"
@@ -22,11 +22,11 @@ leakcanaryAndroidVersion = "2.14"
libsu = "6.0.0"
lifeVersion = "2.8.7"
materialVersion = "1.12.0"
navVersion = "2.8.7"
navVersion = "2.8.8"
okhttpVersion = "4.12.0"
preferenceVersion = "1.2.1"
processPhoenix = "3.0.0"
protobufJavaliteVersion = "4.29.3"
protobufJavaliteVersion = "4.30.0"
rikkaHiddenVersion = "4.3.3"
rikkaToolsVersion = "4.4.0"
roomVersion = "2.6.1"

View File

Binary file not shown.

View File

@@ -1,8 +1,8 @@
#Tue Dec 24 11:31:28 ICT 2024
#Wed Mar 05 16:50:51 IST 2025
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=7a00d51fb93147819aab76024feece20b6b84e420694101f276be952e08bef03
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionSha256Sum=20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

2
gradlew vendored
View File

@@ -205,7 +205,7 @@ fi
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Collect all arguments for the java command:
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
# and any embedded shellness will be escaped.
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
# treated as '${Hostname}' itself on the command line.