mirror of
https://github.com/chiteroman/PlayIntegrityFix.git
synced 2025-01-18 11:02:40 +02:00
Update to Gradle 8.10 and AGP 8.6.0
This commit is contained in:
parent
372112cd4d
commit
32270b2a9c
@ -1,11 +1,11 @@
|
||||
[versions]
|
||||
agp = "8.5.2"
|
||||
cxx = "27.0.12077973"
|
||||
hiddenapibypass = "4.3"
|
||||
|
||||
[libraries]
|
||||
cxx = { group = "org.lsposed.libcxx", name = "libcxx", version.ref = "cxx" }
|
||||
hiddenapibypass = { group = "org.lsposed.hiddenapibypass", name = "hiddenapibypass", version.ref = "hiddenapibypass" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
[versions]
|
||||
agp = "8.6.0"
|
||||
cxx = "27.0.12077973"
|
||||
hiddenapibypass = "4.3"
|
||||
|
||||
[libraries]
|
||||
cxx = { group = "org.lsposed.libcxx", name = "libcxx", version.ref = "cxx" }
|
||||
hiddenapibypass = { group = "org.lsposed.hiddenapibypass", name = "hiddenapibypass", version.ref = "hiddenapibypass" }
|
||||
|
||||
[plugins]
|
||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
||||
#Tue Aug 13 23:24:59 CEST 2024
|
||||
#Wed Sep 04 01:09:32 CEST 2024
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
Loading…
Reference in New Issue
Block a user