Skip to content

Commit f00349e

Browse files
authored
chore(android): Update gradle plugin and wrapper to latest (#7776)
1 parent 572794f commit f00349e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

android/capacitor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
}
2323
}
2424
dependencies {
25-
classpath 'com.android.tools.build:gradle:8.7.0'
25+
classpath 'com.android.tools.build:gradle:8.7.2'
2626

2727
if (System.getenv("CAP_PUBLISH") == "true") {
2828
classpath 'io.github.gradle-nexus:publish-plugin:1.3.0'
79 Bytes
Binary file not shown.

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)