Skip to content

Commit f735167

Browse files
chore: update flutter/scripts/update-android.sh to 7.19.1 (#2536)
Co-authored-by: GitHub <[email protected]>
1 parent 6159a2f commit f735167

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Replay: improve performance of screenshot data to native recorder ([#2530](https://github.com/getsentry/sentry-dart/pull/2530))
88

9+
### Dependencies
10+
11+
- Bump Android SDK from v7.19.0 to v7.19.1 ([#2536](https://github.com/getsentry/sentry-dart/pull/2536))
12+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7191)
13+
- [diff](https://github.com/getsentry/sentry-java/compare/7.19.0...7.19.1)
14+
915
## 8.12.0
1016

1117
### Deprecations

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

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)