Skip to content

Commit 31d7e15

Browse files
authored
chore(deps): update Android SDK to v7.22.1 (#2785)
* update android dep * update changelog * update CHANGELOG
1 parent 56f9d42 commit 31d7e15

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
This release fixes an issue where Cold starts can be incorrectly reported as Warm starts on Android.
6+
7+
### Dependencies
8+
9+
- Bump Android SDK from v7.22.0 to v7.22.1 ([#2785](https://github.com/getsentry/sentry-dart/pull/2785))
10+
- [changelog](https://github.com/getsentry/sentry-java/blob/7.x.x/CHANGELOG.md#7221)
11+
- [diff](https://github.com/getsentry/sentry-java/compare/7.22.0...7.22.1)
12+
313
## 8.13.2
414

515
### Fixes

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

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)