Bump to latest stable AGP, Gradle and dependencies
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -1,15 +1,15 @@
|
|||||||
[versions]
|
[versions]
|
||||||
activity = "1.10.1"
|
activity = "1.10.1"
|
||||||
agCoreservice = "13.3.1.300"
|
agCoreservice = "13.3.1.300"
|
||||||
androidGradlePlugin = "8.11.1"
|
androidGradlePlugin = "8.12.0"
|
||||||
androidx-hilt = "1.2.0"
|
androidx-hilt = "1.2.0"
|
||||||
androidx-junit = "1.2.1"
|
androidx-junit = "1.3.0"
|
||||||
browser = "1.8.0"
|
browser = "1.9.0"
|
||||||
coil = "3.2.0"
|
coil = "3.3.0"
|
||||||
composeBom = "2025.07.00"
|
composeBom = "2025.07.00"
|
||||||
core = "1.16.0"
|
core = "1.16.0"
|
||||||
epoxy = "5.1.4"
|
epoxy = "5.1.4"
|
||||||
espresso = "3.6.1"
|
espresso = "3.7.0"
|
||||||
gplayapi = "3.5.6"
|
gplayapi = "3.5.6"
|
||||||
hiddenapibypass = "6.1"
|
hiddenapibypass = "6.1"
|
||||||
hilt = "2.57"
|
hilt = "2.57"
|
||||||
@@ -22,7 +22,7 @@ leakcanary = "2.14"
|
|||||||
libsu = "6.0.0"
|
libsu = "6.0.0"
|
||||||
lifecycle = "2.9.2"
|
lifecycle = "2.9.2"
|
||||||
material = "1.12.0"
|
material = "1.12.0"
|
||||||
navigation = "2.9.2"
|
navigation = "2.9.3"
|
||||||
okhttp = "5.1.0"
|
okhttp = "5.1.0"
|
||||||
preference = "1.2.1"
|
preference = "1.2.1"
|
||||||
processPhoenix = "3.0.0"
|
processPhoenix = "3.0.0"
|
||||||
@@ -36,7 +36,7 @@ shizuku = "13.1.5"
|
|||||||
swiperefreshlayout = "1.1.0"
|
swiperefreshlayout = "1.1.0"
|
||||||
truth = "1.4.4"
|
truth = "1.4.4"
|
||||||
viewpager2 = "1.1.0"
|
viewpager2 = "1.1.0"
|
||||||
work = "2.10.2"
|
work = "2.10.3"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
huawei-hms-coreservice = { module = "com.huawei.hms:ag-coreservice", version.ref = "agCoreservice" }
|
huawei-hms-coreservice = { module = "com.huawei.hms:ag-coreservice", version.ref = "agCoreservice" }
|
||||||
|
|||||||
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 @@
|
|||||||
#Mon Jul 07 14:53:01 CST 2025
|
#Sat Aug 02 15:02:12 CST 2025
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionSha256Sum=bd71102213493060956ec229d946beee57158dbd89d0e62b91bca0fa2c5f3531
|
distributionSha256Sum=8fad3d78296ca518113f3d29016617c7f9367dc005f932bd9d93bf45ba46072b
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.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
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copyright © 2015-2021 the original authors.
|
# Copyright © 2015 the original authors.
|
||||||
#
|
#
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
# you may not use this file except in compliance with the License.
|
# you may not use this file except in compliance with the License.
|
||||||
|
|||||||
Reference in New Issue
Block a user