We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572794f commit f00349eCopy full SHA for f00349e
android/capacitor/build.gradle
@@ -22,7 +22,7 @@ buildscript {
22
}
23
24
dependencies {
25
- classpath 'com.android.tools.build:gradle:8.7.0'
+ classpath 'com.android.tools.build:gradle:8.7.2'
26
27
if (System.getenv("CAP_PUBLISH") == "true") {
28
classpath 'io.github.gradle-nexus:publish-plugin:1.3.0'
android/gradle/wrapper/gradle-wrapper.jar
79 Bytes
android/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments