Skip to content

Commit eb176ac

Browse files
authored
chore: update flutter/scripts/update-android.sh to 7.3.0
1 parent 42b79b3 commit eb176ac

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
@@ -15,6 +15,12 @@
1515
- Method `set(String key, dynamic value)` now takes value of `dynamic` instead of `Object`
1616
- Method `hint.get(String key)` now returns `dynamic` instead of `Object?`
1717

18+
### Dependencies
19+
20+
- Bump Android SDK from v7.2.0 to v7.3.0 ([#1852](https://github.com/getsentry/sentry-dart/pull/1852))
21+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#730)
22+
- [diff](https://github.com/getsentry/sentry-java/compare/7.2.0...7.3.0)
23+
1824
## 7.15.0
1925

2026
### Features

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.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)