libs: Bump to latest stable AGP, Gradle and dependencies
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[versions]
|
[versions]
|
||||||
activityCompose = "1.10.0"
|
activityCompose = "1.10.1"
|
||||||
androidGradlePlugin = "8.8.1"
|
androidGradlePlugin = "8.9.0"
|
||||||
androidx-hilt = "1.2.0"
|
androidx-hilt = "1.2.0"
|
||||||
browserVersion = "1.8.0"
|
browserVersion = "1.8.0"
|
||||||
coilVersion = "3.1.0"
|
coilVersion = "3.1.0"
|
||||||
@@ -22,11 +22,11 @@ leakcanaryAndroidVersion = "2.14"
|
|||||||
libsu = "6.0.0"
|
libsu = "6.0.0"
|
||||||
lifeVersion = "2.8.7"
|
lifeVersion = "2.8.7"
|
||||||
materialVersion = "1.12.0"
|
materialVersion = "1.12.0"
|
||||||
navVersion = "2.8.7"
|
navVersion = "2.8.8"
|
||||||
okhttpVersion = "4.12.0"
|
okhttpVersion = "4.12.0"
|
||||||
preferenceVersion = "1.2.1"
|
preferenceVersion = "1.2.1"
|
||||||
processPhoenix = "3.0.0"
|
processPhoenix = "3.0.0"
|
||||||
protobufJavaliteVersion = "4.29.3"
|
protobufJavaliteVersion = "4.30.0"
|
||||||
rikkaHiddenVersion = "4.3.3"
|
rikkaHiddenVersion = "4.3.3"
|
||||||
rikkaToolsVersion = "4.4.0"
|
rikkaToolsVersion = "4.4.0"
|
||||||
roomVersion = "2.6.1"
|
roomVersion = "2.6.1"
|
||||||
|
|||||||
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
6
gradle/wrapper/gradle-wrapper.properties
vendored
6
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,8 +1,8 @@
|
|||||||
#Tue Dec 24 11:31:28 ICT 2024
|
#Wed Mar 05 16:50:51 IST 2025
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionSha256Sum=7a00d51fb93147819aab76024feece20b6b84e420694101f276be952e08bef03
|
distributionSha256Sum=20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|||||||
2
gradlew
vendored
2
gradlew
vendored
@@ -205,7 +205,7 @@ fi
|
|||||||
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
|
||||||
|
|
||||||
# Collect all arguments for the java command:
|
# 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.
|
# 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
|
# * 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.
|
# treated as '${Hostname}' itself on the command line.
|
||||||
|
|||||||
Reference in New Issue
Block a user