Skip to content

Commit

Permalink
chore: update flutter/scripts/update-android.sh to 6.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Dec 7, 2022
1 parent b47809a commit 74f21dc
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 @@ -11,9 +11,9 @@
- Bump Cocoa SDK from v7.31.2 to v7.31.3 ([#1157](https://github.com/getsentry/sentry-dart/pull/1157))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7313)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.31.2...7.31.3)
- Bump Android SDK from v6.8.0 to v6.9.1 ([#1159](https://github.com/getsentry/sentry-dart/pull/1159))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#691)
- [diff](https://github.com/getsentry/sentry-java/compare/6.8.0...6.9.1)
- Bump Android SDK from v6.8.0 to v6.9.2 ([#1159](https://github.com/getsentry/sentry-dart/pull/1159), [#1167](https://github.com/getsentry/sentry-dart/pull/1167))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#692)
- [diff](https://github.com/getsentry/sentry-java/compare/6.8.0...6.9.2)

## 6.17.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 @@ -54,6 +54,6 @@ android {
}

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

0 comments on commit 74f21dc

Please sign in to comment.