Skip to content

Commit db64b25

Browse files
github-actions[bot]web-flowbuenaflor
authored
chore: update flutter/scripts/update-android.sh to 8.9.0 (#2883)
Co-authored-by: GitHub <[email protected]> Co-authored-by: Giancarlo Buenaflor <[email protected]>
1 parent 03bad72 commit db64b25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ await SentryFlutter.init(
5454

5555
### Dependencies
5656

57-
- Bump Android SDK from v8.2.0 to v8.8.0 ([#2819](https://github.com/getsentry/sentry-dart/pull/2819), [#2831](https://github.com/getsentry/sentry-dart/pull/2831), [#2848](https://github.com/getsentry/sentry-dart/pull/2848), [#2873](https://github.com/getsentry/sentry-dart/pull/2873))
58-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#880)
59-
- [diff](https://github.com/getsentry/sentry-java/compare/8.2.0...8.8.0)
57+
- Bump Android SDK from v8.2.0 to v8.9.0 ([#2819](https://github.com/getsentry/sentry-dart/pull/2819), [#2831](https://github.com/getsentry/sentry-dart/pull/2831), [#2848](https://github.com/getsentry/sentry-dart/pull/2848), [#2873](https://github.com/getsentry/sentry-dart/pull/2873), [#2883](https://github.com/getsentry/sentry-dart/pull/2883))
58+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#890)
59+
- [diff](https://github.com/getsentry/sentry-java/compare/8.2.0...8.9.0)
6060
- Bump Cocoa SDK from v8.46.0 to v8.49.1 ([#2820](https://github.com/getsentry/sentry-dart/pull/2820), [#2851](https://github.com/getsentry/sentry-dart/pull/2851), [#2884](https://github.com/getsentry/sentry-dart/pull/2884))
6161
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8491)
6262
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.46.0...8.49.1)

flutter/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ android {
6060
}
6161

6262
dependencies {
63-
api 'io.sentry:sentry-android:8.8.0'
63+
api 'io.sentry:sentry-android:8.9.0'
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6565

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)