Bump Gradle and dependencies to latest release
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
activity = "1.12.4"
|
activity = "1.13.0"
|
||||||
agCoreservice = "13.3.1.300"
|
agCoreservice = "13.3.1.300"
|
||||||
androidGradlePlugin = "8.13.2"
|
androidGradlePlugin = "8.13.2"
|
||||||
adaptive = "1.3.0-alpha09"
|
adaptive = "1.3.0-alpha09"
|
||||||
@@ -13,9 +13,9 @@ androidx-hilt = "1.3.0"
|
|||||||
androidx-junit = "1.3.0"
|
androidx-junit = "1.3.0"
|
||||||
browser = "1.9.0"
|
browser = "1.9.0"
|
||||||
coil = "3.4.0"
|
coil = "3.4.0"
|
||||||
composeBom = "2026.02.01"
|
composeBom = "2026.03.00"
|
||||||
composeMaterial = "1.5.0-alpha15"
|
composeMaterial = "1.5.0-alpha15"
|
||||||
core = "1.17.0"
|
core = "1.18.0"
|
||||||
epoxy = "5.2.1"
|
epoxy = "5.2.1"
|
||||||
espresso = "3.7.0"
|
espresso = "3.7.0"
|
||||||
gplayapi = "3.5.8"
|
gplayapi = "3.5.8"
|
||||||
@@ -24,7 +24,7 @@ hilt = "2.58"
|
|||||||
junit = "4.13.2"
|
junit = "4.13.2"
|
||||||
kotlin = "2.3.10"
|
kotlin = "2.3.10"
|
||||||
ksp = "2.3.6"
|
ksp = "2.3.6"
|
||||||
ktlint = "14.0.1"
|
ktlint = "14.1.0"
|
||||||
leakcanary = "2.14"
|
leakcanary = "2.14"
|
||||||
libsu = "6.0.0"
|
libsu = "6.0.0"
|
||||||
lifecycle = "2.10.0"
|
lifecycle = "2.10.0"
|
||||||
@@ -32,7 +32,7 @@ material = "1.13.0"
|
|||||||
navigation = "2.9.7"
|
navigation = "2.9.7"
|
||||||
navigation3 = "1.0.1"
|
navigation3 = "1.0.1"
|
||||||
okhttp = "5.3.2"
|
okhttp = "5.3.2"
|
||||||
paging = "3.4.1"
|
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.0"
|
||||||
|
|||||||
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,7 +1,7 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionSha256Sum=b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06
|
distributionSha256Sum=60ea723356d81263e8002fec0fcf9e2b0eee0c0850c7a3d7ab0a63f2ccc601f3
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|||||||
2
gradlew
vendored
2
gradlew
vendored
@@ -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/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
|
# https://github.com/gradle/gradle/blob/b631911858264c0b6e4d6603d677ff5218766cee/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/.
|
||||||
|
|||||||
Reference in New Issue
Block a user