Skip to content

Commit fab253e

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update flutter/scripts/update-android.sh to 7.8.0
1 parent 61e71ec commit fab253e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
### Dependencies
66

77
- Expand `package_info_plus` version range to `6.0.0` ([#1948](https://github.com/getsentry/sentry-dart/pull/1948))
8+
- Bump Android SDK from v7.6.0 to v7.8.0 ([#1977](https://github.com/getsentry/sentry-dart/pull/1977))
9+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#780)
10+
- [diff](https://github.com/getsentry/sentry-java/compare/7.6.0...7.8.0)
811

912
### Improvements
1013

flutter/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ android {
6060
}
6161

6262
dependencies {
63-
api 'io.sentry:sentry-android:7.6.0'
63+
api 'io.sentry:sentry-android:7.8.0'
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6565

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)