Skip to content

Commit 2fa5f96

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update packages/flutter/scripts/update-android.sh to 8.23.0
1 parent 5d411b0 commit 2fa5f96

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
@@ -15,6 +15,12 @@
1515

1616
- Safely access browser `navigator.deviceMemory` ([#3268](https://github.com/getsentry/sentry-dart/pull/3268))
1717

18+
### Dependencies
19+
20+
- Bump Android SDK from v8.21.1 to v8.23.0 ([#3281](https://github.com/getsentry/sentry-dart/pull/3281))
21+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8230)
22+
- [diff](https://github.com/getsentry/sentry-java/compare/8.21.1...8.23.0)
23+
1824
## 9.7.0-beta.5
1925

2026
### Dependencies

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.21.1'
63+
api 'io.sentry:sentry-android:8.23.0'
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6565

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)