Skip to content

Commit b6553fa

Browse files
authored
chore: update flutter/scripts/update-android.sh to 7.3.0
1 parent f2e496d commit b6553fa

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
@@ -20,6 +20,9 @@
2020
- Bump Cocoa SDK from v8.18.0 to v8.19.0 ([#1803](https://github.com/getsentry/sentry-dart/pull/1844))
2121
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8190)
2222
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.18.0...8.19.0)
23+
- Bump Android SDK from v7.2.0 to v7.3.0 ([#1852](https://github.com/getsentry/sentry-dart/pull/1852))
24+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#730)
25+
- [diff](https://github.com/getsentry/sentry-java/compare/7.2.0...7.3.0)
2326

2427
## 7.15.0
2528

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

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)