Skip to content

Commit a8b5483

Browse files
chore: update flutter/scripts/update-android.sh to 7.13.0 (#2206)
Co-authored-by: GitHub <[email protected]>
1 parent ffa37ac commit a8b5483

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ SentryFlutter.init((options) =>
3838

3939
### Dependencies
4040

41-
- Bump Android SDK from v7.12.0 to v7.12.1 ([#2198](https://github.com/getsentry/sentry-dart/pull/2198))
42-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7121)
43-
- [diff](https://github.com/getsentry/sentry-java/compare/7.12.0...7.12.1)
41+
- Bump Android SDK from v7.12.0 to v7.13.0 ([#2198](https://github.com/getsentry/sentry-dart/pull/2198), [#2206](https://github.com/getsentry/sentry-dart/pull/2206))
42+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7130)
43+
- [diff](https://github.com/getsentry/sentry-java/compare/7.12.0...7.13.0)
4444

4545
## 8.5.0
4646

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

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)