Skip to content

Commit 4ff8a1b

Browse files
chore: update packages/flutter/scripts/update-android.sh to 8.28.0 (#3391)
Co-authored-by: GitHub <[email protected]>
1 parent e0c8591 commit 4ff8a1b

File tree

3 files changed

+1671
-161
lines changed

3 files changed

+1671
-161
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Revert FFI usage on iOS/macOS due to symbol stripping issues ([#3379](https://github.com/getsentry/sentry-dart/pull/3379))
88

9+
### Dependencies
10+
11+
- Bump Android SDK from v8.21.1 to v8.28.0 ([#3391](https://github.com/getsentry/sentry-dart/pull/3391))
12+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8280)
13+
- [diff](https://github.com/getsentry/sentry-java/compare/8.21.1...8.28.0)
14+
915
## 9.9.0-beta.3
1016

1117
### Features

packages/flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ android {
6363
}
6464

6565
dependencies {
66-
api 'io.sentry:sentry-android:8.21.1'
66+
api 'io.sentry:sentry-android:8.28.0'
6767
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6868

6969
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)