Skip to content

Commit d85cb2e

Browse files
authored
chore: update flutter/scripts/update-android.sh to 6.29.0
1 parent 6852b33 commit d85cb2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
### Dependencies
2020

21-
- Bump Android SDK from v6.25.2 to v6.28.0 ([#1586](https://github.com/getsentry/sentry-dart/pull/1586))
22-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6280)
23-
- [diff](https://github.com/getsentry/sentry-java/compare/6.25.2...6.28.0)
21+
- Bump Android SDK from v6.25.2 to v6.29.0 ([#1586](https://github.com/getsentry/sentry-dart/pull/1586), [#1630](https://github.com/getsentry/sentry-dart/pull/1630))
22+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6290)
23+
- [diff](https://github.com/getsentry/sentry-java/compare/6.25.2...6.29.0)
2424
- Bump Cocoa SDK from v8.9.1 to v8.11.0 ([#1584](https://github.com/getsentry/sentry-dart/pull/1584), [#1606](https://github.com/getsentry/sentry-dart/pull/1606), [#1626](https://github.com/getsentry/sentry-dart/pull/1626))
2525
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8110)
2626
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.9.1...8.11.0)

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

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)