Skip to content

Commit

Permalink
chore(android): Update gradle plugin to 8.2.0 (#7111)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Giralté <[email protected]>
Co-authored-by: Mike Summerfeldt <[email protected]>
  • Loading branch information
3 people authored Dec 8, 2023
1 parent 10d14f8 commit 098c038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/capacitor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.0-rc02'
classpath 'com.android.tools.build:gradle:8.2.0'

if (System.getenv("CAP_PUBLISH") == "true") {
classpath 'io.github.gradle-nexus:publish-plugin:1.3.0'
Expand Down
2 changes: 1 addition & 1 deletion capacitor-cordova-android-plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.2.0-rc02'
classpath 'com.android.tools.build:gradle:8.2.0'
}
}

Expand Down

0 comments on commit 098c038

Please sign in to comment.