Skip to content

Commit

Permalink
build(deps): bump com.android.tools.build:gradle in /android
Browse files Browse the repository at this point in the history
Bumps com.android.tools.build:gradle from 7.2.1 to 8.2.2.

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 3acf230 commit 1dde421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ buildscript {
dependencies {
if (rootProject.project(':capacitor-android').android.compileOptions.sourceCompatibility >= JavaVersion.VERSION_17) {
println "Sentry Capacitor: Applying dependencies for Capacitor 5 or higher."
classpath 'com.android.tools.build:gradle:8.0.0'
classpath 'com.android.tools.build:gradle:8.2.2'
classpath 'com.google.gms:google-services:4.3.15'
}
else {
println "Sentry Capacitor: Applying dependencies for Capacitor 4."
classpath 'com.android.tools.build:gradle:7.2.1'
classpath 'com.android.tools.build:gradle:8.2.2'
classpath 'com.google.gms:google-services:4.3.13'
}
}
Expand Down

0 comments on commit 1dde421

Please sign in to comment.