Skip to content

Commit

Permalink
chore: update flutter/scripts/update-android.sh to 6.33.1 (#1713)
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 7, 2023
1 parent 9f05645 commit f6f3d25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

### 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)
- Bump Android SDK from v6.32.0 to v6.33.1 ([#1710](https://github.com/getsentry/sentry-dart/pull/1710), [#1713](https://github.com/getsentry/sentry-dart/pull/1713))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6331)
- [diff](https://github.com/getsentry/sentry-java/compare/6.32.0...6.33.1)

## 7.12.0

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.33.0'
api 'io.sentry:sentry-android:6.33.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

// Required -- JUnit 4 framework
Expand Down

0 comments on commit f6f3d25

Please sign in to comment.