Skip to content

Commit

Permalink
chore: update flutter/scripts/update-android.sh to 6.3.1 (#976)
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 committed Aug 10, 2022
1 parent 56d2711 commit 1998016
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 @@ -7,6 +7,9 @@
- Bump Cocoa SDK to v7.23.0 ([#968](https://github.com/getsentry/sentry-dart/pull/968))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7230)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.22.0...7.23.0)
- Bump Android SDK from v6.3.0 to v6.3.1 ([#976](https://github.com/getsentry/sentry-dart/pull/976))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#631)
- [diff](https://github.com/getsentry/sentry-java/compare/6.3.0...6.3.1)

## 6.9.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.3.0'
api 'io.sentry:sentry-android:6.3.1'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
}

0 comments on commit 1998016

Please sign in to comment.