Skip to content

Commit 7f626a2

Browse files
chore: update packages/flutter/scripts/update-android.sh to 8.30.0 (#3451)
Co-authored-by: GitHub <[email protected]>
1 parent 8403e81 commit 7f626a2

File tree

3 files changed

+1020
-484
lines changed

3 files changed

+1020
-484
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Android SDK from v8.28.0 to v8.30.0 ([#3451](https://github.com/getsentry/sentry-dart/pull/3451))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8300)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/8.28.0...8.30.0)
10+
311
## 9.10.0
412

513
### Fixes

packages/flutter/android/build.gradle

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

6464
dependencies {
65-
api 'io.sentry:sentry-android:8.28.0'
65+
api 'io.sentry:sentry-android:8.30.0'
6666
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6767

6868
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)