Skip to content

Commit 5f443de

Browse files
chore: update flutter/scripts/update-android.sh to 7.10.0 (#2090)
Co-authored-by: GitHub <[email protected]>
1 parent 997379d commit 5f443de

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
@@ -14,6 +14,9 @@
1414
- Bump Cocoa SDK from v8.25.2 to v8.28.0 ([#2060](https://github.com/getsentry/sentry-dart/pull/2060), [#2092](https://github.com/getsentry/sentry-dart/pull/2092))
1515
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8280)
1616
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.25.2...8.28.0)
17+
- Bump Android SDK from v7.9.0 to v7.10.0 ([#2090](https://github.com/getsentry/sentry-dart/pull/2090))
18+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7100)
19+
- [diff](https://github.com/getsentry/sentry-java/compare/7.9.0...7.10.0)
1720

1821
## 8.2.0
1922

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

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)