Skip to content

Commit 693b3e4

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update flutter/scripts/update-android.sh to 7.19.0
1 parent 68677de commit 693b3e4

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.15.0 to v7.19.0 ([#195](https://github.com/ente-io/sentry-dart/pull/195))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7190)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/6.15.0...7.19.0)
10+
311
## 7.1.0
412

513
### Features

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

0 commit comments

Comments
 (0)