Skip to content

Commit 808a04e

Browse files
authored
update Android dependency to 7.22.0 (#2705)
1 parent 57323e5 commit 808a04e

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
@@ -18,6 +18,9 @@
1818

1919
### Dependencies
2020

21+
- Bump Android SDK from v7.20.1 to v7.22.0 ([#2660](https://github.com/getsentry/sentry-dart/pull/2660))
22+
- [changelog](https://github.com/getsentry/sentry-java/blob/7.x.x/CHANGELOG.md#7220)
23+
- [diff](https://github.com/getsentry/sentry-java/compare/7.20.1...7.22.0)
2124
- Bump Native SDK from v0.7.19 to v0.7.20 ([#2652](https://github.com/getsentry/sentry-dart/pull/2652))
2225
- [changelog](https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#0720)
2326
- [diff](https://github.com/getsentry/sentry-native/compare/0.7.19...0.7.20)

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

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)