Skip to content

Commit 453fb2c

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update packages/flutter/scripts/update-android.sh to 8.19.0
1 parent b3c2fc5 commit 453fb2c

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
- Add `sentry.origin` to logs created by `LoggingIntegration` ([#3153](https://github.com/getsentry/sentry-dart/pull/3153))
88
- Tag all spans with thread info on non-web platforms ([#3101](https://github.com/getsentry/sentry-dart/pull/3101), [#3144](https://github.com/getsentry/sentry-dart/pull/3144))
99

10+
### Dependencies
11+
12+
- Bump Android SDK from v8.18.0 to v8.19.0 ([#3161](https://github.com/getsentry/sentry-dart/pull/3161))
13+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8190)
14+
- [diff](https://github.com/getsentry/sentry-java/compare/8.18.0...8.19.0)
15+
1016
## 9.7.0-beta.1
1117

1218
### Features

packages/flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ android {
6060
}
6161

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

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)