Skip to content

Commit

Permalink
chore: update flutter/scripts/update-android.sh to 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jul 13, 2022
1 parent 46626ac commit d3e8ed1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
* Breadcrumbs should not be duplicated if there is no mechanism on Android ([#936](https://github.com/getsentry/sentry-dart/pull/936))
* Maps with Key Object, Object would fail during serialization if not String, Object ([#935](https://github.com/getsentry/sentry-dart/pull/935))

### 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)

## 6.6.3

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

0 comments on commit d3e8ed1

Please sign in to comment.