Skip to content

Commit af2d175

Browse files
chore(deps): update Android SDK to v6.4.4 (#1062)
Co-authored-by: GitHub <[email protected]>
1 parent 3e5ee37 commit af2d175

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.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)
10+
311
## 6.12.0
412

513
### Fixes

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

0 commit comments

Comments
 (0)