Skip to content

Commit

Permalink
chore: update flutter/scripts/update-android.sh to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Jan 22, 2025
1 parent a1e87a7 commit a54364b
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 @@ -20,9 +20,9 @@
- Bump Native SDK from v0.7.17 to v0.7.19 ([#2578](https://github.com/getsentry/sentry-dart/pull/2578), [#2588](https://github.com/getsentry/sentry-dart/pull/2588))
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0719)
- [diff](https://github.com/getsentry/sentry-native/compare/0.7.17...0.7.19)
- Bump Android SDK from v7.20.0 to v7.20.1 ([#2593](https://github.com/getsentry/sentry-dart/pull/2593))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7201)
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.0...7.20.1)
- Bump Android SDK from v7.20.0 to v8.0.0 ([#2593](https://github.com/getsentry/sentry-dart/pull/2593), [#2596](https://github.com/getsentry/sentry-dart/pull/2596))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#800)
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.0...8.0.0)

## 8.13.0-beta.1

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

// Required -- JUnit 4 framework
Expand Down

0 comments on commit a54364b

Please sign in to comment.