Skip to content

Commit 7fd33d3

Browse files
chore(deps): update Android SDK to v7.18.1 (#2457)
Co-authored-by: GitHub <[email protected]>
1 parent 8fb1495 commit 7fd33d3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)