Skip to content

Commit e20ac64

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

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
- Bump Cocoa SDK from v8.55.1 to v8.56.2 ([#3276](https://github.com/getsentry/sentry-dart/pull/3276))
2121
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8562)
2222
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.55.1...8.56.2)
23+
- Bump Android SDK from v8.21.1 to v8.23.0 ([#3281](https://github.com/getsentry/sentry-dart/pull/3281))
24+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8230)
25+
- [diff](https://github.com/getsentry/sentry-java/compare/8.21.1...8.23.0)
2326

2427
## 9.7.0-beta.5
2528

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)