We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c581ab0 commit 537dfefCopy full SHA for 537dfef
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## Unreleased
4
+
5
+### Dependencies
6
7
+- Bump Android SDK from v7.20.1 to v7.22.0 ([#2705](https://github.com/getsentry/sentry-dart/pull/2705))
8
+ - [changelog](https://github.com/getsentry/sentry-java/blob/7.x.x/CHANGELOG.md#7220)
9
+ - [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...7.22.0)
10
11
## 8.13.0
12
13
### Breaking changes
flutter/android/build.gradle
@@ -60,7 +60,7 @@ android {
60
}
61
62
dependencies {
63
- api 'io.sentry:sentry-android:7.20.1'
+ api 'io.sentry:sentry-android:7.22.0'
64
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
65
66
// Required -- JUnit 4 framework
0 commit comments