Skip to content

Commit

Permalink
chore: update flutter/scripts/update-android.sh to 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jul 20, 2022
1 parent c32f612 commit 68b2bab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Expand Up @@ -8,9 +8,9 @@

### Features

- Bump Android SDK to v6.2.1 ([#945](https://github.com/getsentry/sentry-dart/pull/945))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#621)
- [diff](https://github.com/getsentry/sentry-java/compare/6.1.4...6.2.1)
- Bump Android SDK to v6.3.0 ([#945](https://github.com/getsentry/sentry-dart/pull/945), [#950](https://github.com/getsentry/sentry-dart/pull/950))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#630)
- [diff](https://github.com/getsentry/sentry-java/compare/6.1.4...6.3.0)
- Bump Cocoa SDK to v7.21.0 ([#947](https://github.com/getsentry/sentry-dart/pull/947))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7210)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.19.0...7.21.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.2.1'
api 'io.sentry:sentry-android:6.3.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
}

0 comments on commit 68b2bab

Please sign in to comment.