diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 56984dce3..f49e96491 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,15 +1,15 @@ [versions] activity = "1.10.1" agCoreservice = "13.3.1.300" -androidGradlePlugin = "8.11.1" +androidGradlePlugin = "8.12.0" androidx-hilt = "1.2.0" -androidx-junit = "1.2.1" -browser = "1.8.0" -coil = "3.2.0" +androidx-junit = "1.3.0" +browser = "1.9.0" +coil = "3.3.0" composeBom = "2025.07.00" core = "1.16.0" epoxy = "5.1.4" -espresso = "3.6.1" +espresso = "3.7.0" gplayapi = "3.5.6" hiddenapibypass = "6.1" hilt = "2.57" @@ -22,7 +22,7 @@ leakcanary = "2.14" libsu = "6.0.0" lifecycle = "2.9.2" material = "1.12.0" -navigation = "2.9.2" +navigation = "2.9.3" okhttp = "5.1.0" preference = "1.2.1" processPhoenix = "3.0.0" @@ -36,7 +36,7 @@ shizuku = "13.1.5" swiperefreshlayout = "1.1.0" truth = "1.4.4" viewpager2 = "1.1.0" -work = "2.10.2" +work = "2.10.3" [libraries] huawei-hms-coreservice = { module = "com.huawei.hms:ag-coreservice", version.ref = "agCoreservice" } diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 1b33c55ba..8bdaf60c7 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 76d3eb894..2fe127909 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,8 +1,8 @@ -#Mon Jul 07 14:53:01 CST 2025 +#Sat Aug 02 15:02:12 CST 2025 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=bd71102213493060956ec229d946beee57158dbd89d0e62b91bca0fa2c5f3531 -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip +distributionSha256Sum=8fad3d78296ca518113f3d29016617c7f9367dc005f932bd9d93bf45ba46072b +distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index 23d15a936..ef07e0162 100755 --- a/gradlew +++ b/gradlew @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright © 2015-2021 the original authors. +# Copyright © 2015 the original authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.