Skip to content

Commit 562172b

Browse files
buenaflorgithub-actions[bot]web-flow
authored
chore(deps): update Android SDK to v7.18.1 (#2457) (#2459)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: GitHub <[email protected]>
1 parent 20a6363 commit 562172b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@
6262
- Bump Cocoa SDK from v8.40.1 to v8.41.0 ([#2442](https://github.com/getsentry/sentry-dart/pull/2442))
6363
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8410)
6464
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.40.1...8.41.0)
65+
- Bump Android SDK from v7.18.0 to v7.18.1 ([#2457](https://github.com/getsentry/sentry-dart/pull/2457))
66+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7181)
67+
- [diff](https://github.com/getsentry/sentry-java/compare/7.18.0...7.18.1)
6568

6669
## 8.11.0-beta.1
6770

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

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)