Skip to content

Commit 9c5aec6

Browse files
chore(deps): update Android SDK to v6.5.0 (#1064)
Co-authored-by: GitHub <[email protected]>
1 parent af2d175 commit 9c5aec6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
### Dependencies
66

7-
- Bump Android SDK from v6.4.3 to v6.4.4 ([#1062](https://github.com/getsentry/sentry-dart/pull/1062))
8-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#644)
9-
- [diff](https://github.com/getsentry/sentry-java/compare/6.4.3...6.4.4)
7+
- Bump Android SDK from v6.4.3 to v6.5.0 ([#1062](https://github.com/getsentry/sentry-dart/pull/1062), [#1064](https://github.com/getsentry/sentry-dart/pull/1064))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#650)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/6.4.3...6.5.0)
1010

1111
## 6.12.0
1212

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.4.4'
57+
api 'io.sentry:sentry-android:6.5.0'
5858
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
5959
}

0 commit comments

Comments
 (0)