Skip to content

Commit 211a7aa

Browse files
chore(deps): update Android SDK to v6.18.1 (#1415)
Co-authored-by: GitHub <[email protected]>
1 parent d61cecf commit 211a7aa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
### Dependencies
6+
7+
- Bump Android SDK from v6.17.0 to v6.18.1 ([#1415](https://github.com/getsentry/sentry-dart/pull/1415))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6181)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/6.17.0...6.18.1)
10+
311
## 7.5.1
412

513
### Fixes

flutter/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ android {
5555
}
5656

5757
dependencies {
58-
api 'io.sentry:sentry-android:6.17.0'
58+
api 'io.sentry:sentry-android:6.18.1'
5959
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6060
}

0 commit comments

Comments
 (0)