Skip to content

Commit

Permalink
chore: update scripts/update-android.sh to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jan 16, 2024
1 parent 0cb78b4 commit d964448
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

### Dependencies

- Bump Android SDK from v6.31.0 to v7.2.0 ([#525](https://github.com/getsentry/sentry-capacitor/pull/525))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#720)
- [diff](https://github.com/getsentry/sentry-java/compare/6.31.0...7.2.0)

## 0.15.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ repositories {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':capacitor-android')
implementation 'io.sentry:sentry-android:6.31.0'
implementation 'io.sentry:sentry-android:7.2.0'
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
Expand Down
Empty file modified scripts/update-android.sh
100644 → 100755
Empty file.

0 comments on commit d964448

Please sign in to comment.