Skip to content

Commit

Permalink
chore: update flutter/scripts/update-android.sh to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Dec 5, 2023
1 parent 2d74010 commit a80cc6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
- Bump Cocoa SDK from v8.15.2 to v8.17.1 ([#1761](https://github.com/getsentry/sentry-dart/pull/1761), [#1771](https://github.com/getsentry/sentry-dart/pull/1771))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8171)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.15.2...8.17.1)
- Bump Android SDK from v6.34.0 to v7.0.0 ([#1768](https://github.com/getsentry/sentry-dart/pull/1768))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#700)
- [diff](https://github.com/getsentry/sentry-java/compare/6.34.0...7.0.0)

## 7.13.2

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

// Required -- JUnit 4 framework
Expand Down

0 comments on commit a80cc6f

Please sign in to comment.