Skip to content

Commit 96bd6b2

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update flutter/scripts/update-android.sh to 8.15.0
1 parent 6ea1f55 commit 96bd6b2

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
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
### Dependencies
6+
7+
- Bump Android SDK from v8.12.0 to v8.15.0 ([#3019](https://github.com/getsentry/sentry-dart/pull/3019))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8150)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/8.12.0...8.15.0)
10+
511
## Features
612

713
- Add os and device attributes to Flutter logs ([#2978](https://github.com/getsentry/sentry-dart/pull/2978))

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

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)