Skip to content

Commit a7f5882

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update flutter/scripts/update-android.sh to 8.13.1
1 parent b9da046 commit a7f5882

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
- Fix Dart web builds breaking due to `dart:io` imports when using `SentryIsolate` or `SentryIsolateExtension` ([#1371](https://github.com/getsentry/sentry-dart/pull/1371))
88
- When using `SentryIsolate` or `SentryIsolateExtension`, import `sentry_io.dart`.
99

10+
### Dependencies
11+
12+
- Bump Android SDK from v6.16.0 to v8.13.1 ([#198](https://github.com/mnordine/sentry-dart/pull/198))
13+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8131)
14+
- [diff](https://github.com/getsentry/sentry-java/compare/6.16.0...8.13.1)
15+
1016
## 7.4.0
1117

1218
### Features

flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ android {
5454
}
5555

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

0 commit comments

Comments
 (0)