Skip to content

Commit f2d3c8b

Browse files
authored
chore: update flutter/scripts/update-android.sh to 6.1.4
1 parent bde53eb commit f2d3c8b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

33
## Unreleased
44

5+
### Features
6+
7+
- Bump Android SDK to v6.1.4 ([#900](https://github.com/getsentry/sentry-dart/pull/900))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#614)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/6.1.2...6.1.4)
10+
511
### Fixes
612

713
- Send DidBecomeActiveNotification when OOM enabled (#905)

flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ android {
5454
}
5555

5656
dependencies {
57-
api 'io.sentry:sentry-android:6.1.2'
57+
api 'io.sentry:sentry-android:6.1.4'
5858
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
5959
}

0 commit comments

Comments
 (0)