Skip to content

Commit fe4aa56

Browse files
chore(deps): update Android SDK to v6.15.0 (#1311)
Co-authored-by: GitHub <noreply@github.com>
1 parent ad69abc commit fe4aa56

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.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

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.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)