Skip to content

Commit dbef085

Browse files
chore: update flutter/scripts/update-android.sh to 6.2.1 (#945)
Co-authored-by: GitHub <[email protected]>
1 parent 46626ac commit dbef085

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
* Breadcrumbs should not be duplicated if there is no mechanism on Android ([#936](https://github.com/getsentry/sentry-dart/pull/936))
88
* Maps with Key Object, Object would fail during serialization if not String, Object ([#935](https://github.com/getsentry/sentry-dart/pull/935))
99

10+
### Features
11+
12+
- Bump Android SDK to v6.2.1 ([#945](https://github.com/getsentry/sentry-dart/pull/945))
13+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#621)
14+
- [diff](https://github.com/getsentry/sentry-java/compare/6.1.4...6.2.1)
15+
1016
## 6.6.3
1117

1218
### Fixes

flutter/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ android {
5454
}
5555

5656
dependencies {
57-
api 'io.sentry:sentry-android:6.1.4'
57+
api 'io.sentry:sentry-android:6.2.1'
5858
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
5959
}

0 commit comments

Comments
 (0)