Skip to content

Commit 2a0edba

Browse files
chore: update flutter/scripts/update-android.sh to 7.9.0 (#2049)
Co-authored-by: GitHub <noreply@github.com>
1 parent 20eb554 commit 2a0edba

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
@@ -25,6 +25,9 @@
2525
- Bump Cocoa SDK from v8.25.0 to v8.25.2 ([#2042](https://github.com/getsentry/sentry-dart/pull/2042))
2626
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8252)
2727
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.25.0...8.25.2)
28+
- Bump Android SDK from v7.8.0 to v7.9.0 ([#2049](https://github.com/getsentry/sentry-dart/pull/2049))
29+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#790)
30+
- [diff](https://github.com/getsentry/sentry-java/compare/7.8.0...7.9.0)
2831

2932
## 8.1.0
3033

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

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)