Skip to content

Commit 6ac8cba

Browse files
authored
chore: update flutter/scripts/update-android.sh to 6.15.0
1 parent ad69abc commit 6ac8cba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
### Dependencies
1010

11-
- Bump Android SDK from v6.13.1 to v6.14.0 ([#1287](https://github.com/getsentry/sentry-dart/pull/1287))
12-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6140)
13-
- [diff](https://github.com/getsentry/sentry-java/compare/6.13.1...6.14.0)
11+
- Bump Android SDK from v6.13.1 to v6.15.0 ([#1287](https://github.com/getsentry/sentry-dart/pull/1287), [#1311](https://github.com/getsentry/sentry-dart/pull/1311))
12+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6150)
13+
- [diff](https://github.com/getsentry/sentry-java/compare/6.13.1...6.15.0)
1414

1515
## 6.21.0
1616

Diff for: flutter/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ android {
5454
}
5555

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

0 commit comments

Comments
 (0)