Skip to content

Commit 2ad553c

Browse files
authored
chore: update flutter/scripts/update-android.sh to 7.2.0
1 parent d0312c9 commit 2ad553c

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
@@ -15,9 +15,9 @@
1515

1616
### Dependencies
1717

18-
- Bump Android SDK from v7.0.0 to v7.1.0 ([#1788](https://github.com/getsentry/sentry-dart/pull/1788))
19-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#710)
20-
- [diff](https://github.com/getsentry/sentry-java/compare/7.0.0...7.1.0)
18+
- Bump Android SDK from v7.0.0 to v7.2.0 ([#1788](https://github.com/getsentry/sentry-dart/pull/1788), [#1815](https://github.com/getsentry/sentry-dart/pull/1815))
19+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#720)
20+
- [diff](https://github.com/getsentry/sentry-java/compare/7.0.0...7.2.0)
2121
- Bump Cocoa SDK from v8.17.2 to v8.18.0 ([#1803](https://github.com/getsentry/sentry-dart/pull/1803))
2222
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8180)
2323
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.17.2...8.18.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:7.1.0'
63+
api 'io.sentry:sentry-android:7.2.0'
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6565

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)