Skip to content

Commit 03355da

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update packages/flutter/scripts/update-android.sh to 8.29.0
1 parent 114239b commit 03355da

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
- Cold/warm start spans not attaching if TTFD takes more than 3 seconds to report ([#3404](https://github.com/getsentry/sentry-dart/pull/3404))
88
- Ensure that the JNI `ScopesAdapter` instance is released after use ([#3411](https://github.com/getsentry/sentry-dart/pull/3411))
99

10+
### Dependencies
11+
12+
- Bump Android SDK from v8.28.0 to v8.29.0 ([#3403](https://github.com/getsentry/sentry-dart/pull/3403))
13+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8290)
14+
- [diff](https://github.com/getsentry/sentry-java/compare/8.28.0...8.29.0)
15+
1016
## 9.9.0
1117

1218
### 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.28.0'
66+
api 'io.sentry:sentry-android:8.29.0'
6767
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6868

6969
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)