Skip to content

Commit 757213b

Browse files
authored
chore: update flutter/scripts/update-android.sh to 6.14.0
1 parent d301b11 commit 757213b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
### Dependencies
66

7-
- Bump Android SDK from v6.13.0 to v6.13.1 ([#1273](https://github.com/getsentry/sentry-dart/pull/1273))
8-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6131)
9-
- [diff](https://github.com/getsentry/sentry-java/compare/6.13.0...6.13.1)
7+
- Bump Android SDK from v6.13.0 to v6.14.0 ([#1273](https://github.com/getsentry/sentry-dart/pull/1273), [#1287](https://github.com/getsentry/sentry-dart/pull/1287))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6140)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/6.13.0...6.14.0)
1010

1111
## 6.20.1
1212

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

0 commit comments

Comments
 (0)