Skip to content

Commit

Permalink
chore: update flutter/scripts/update-android.sh to 6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Nov 18, 2022
1 parent a7acb24 commit 681be72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,9 @@
- Bump Cocoa SDK from v7.31.1 to v7.31.2 ([#1146](https://github.com/getsentry/sentry-dart/pull/1146))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7312)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.1...7.31.2)
- Bump Android SDK from v6.7.1 to v6.8.0 ([#1147](https://github.com/getsentry/sentry-dart/pull/1147))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#680)
- [diff](https://github.com/getsentry/sentry-java/compare/6.7.1...6.8.0)

## 6.16.0

Expand Down
2 changes: 1 addition & 1 deletion flutter/android/build.gradle
Expand Up @@ -54,6 +54,6 @@ android {
}

dependencies {
api 'io.sentry:sentry-android:6.7.1'
api 'io.sentry:sentry-android:6.8.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
}

0 comments on commit 681be72

Please sign in to comment.