Skip to content

Commit

Permalink
chore: update flutter/scripts/update-android.sh to 6.33.0 (#1710)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub <noreply@github.com>
  • Loading branch information
github-actions[bot] and web-flow authored Nov 6, 2023
1 parent 9aa4e24 commit 2de6d6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

- Breadcrumbs for database operations ([#1656](https://github.com/getsentry/sentry-dart/pull/1656))

### Dependencies

- Bump Android SDK from v6.32.0 to v6.33.0 ([#1710](https://github.com/getsentry/sentry-dart/pull/1710))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6330)
- [diff](https://github.com/getsentry/sentry-java/compare/6.32.0...6.33.0)

## 7.12.0

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ android {
}

dependencies {
api 'io.sentry:sentry-android:6.32.0'
api 'io.sentry:sentry-android:6.33.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

// Required -- JUnit 4 framework
Expand Down

0 comments on commit 2de6d6f

Please sign in to comment.