Skip to content

Commit 514ff86

Browse files
authored
chore: update flutter/scripts/update-android.sh to 6.13.1
1 parent 3637a22 commit 514ff86

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
@@ -8,9 +8,9 @@
88

99
### Dependencies
1010

11-
- Bump Android SDK from v6.12.1 to v6.13.0 ([#1250](https://github.com/getsentry/sentry-dart/pull/1250))
12-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6130)
13-
- [diff](https://github.com/getsentry/sentry-java/compare/6.12.1...6.13.0)
11+
- Bump Android SDK from v6.12.1 to v6.13.1 ([#1250](https://github.com/getsentry/sentry-dart/pull/1250), [#1273](https://github.com/getsentry/sentry-dart/pull/1273))
12+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6131)
13+
- [diff](https://github.com/getsentry/sentry-java/compare/6.12.1...6.13.1)
1414

1515
## 6.19.0
1616

flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ android {
5454
}
5555

5656
dependencies {
57-
api 'io.sentry:sentry-android:6.13.0'
57+
api 'io.sentry:sentry-android:6.13.1'
5858
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
5959
}

0 commit comments

Comments
 (0)