Skip to content

Commit 720a0b4

Browse files
web-flowgithub-actions[bot]
authored andcommitted
chore: update packages/flutter/scripts/update-android.sh to 8.37.0
1 parent 4e3605c commit 720a0b4

File tree

3 files changed

+409
-2
lines changed

3 files changed

+409
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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 v8.36.0 to v8.37.0 ([#3588](https://github.com/getsentry/sentry-dart/pull/3588))
8+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8370)
9+
- [diff](https://github.com/getsentry/sentry-java/compare/8.36.0...8.37.0)
10+
311
## 9.15.0
412

513
### Fixes

packages/flutter/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ android {
6262
}
6363

6464
dependencies {
65-
api 'io.sentry:sentry-android:8.36.0'
66-
debugImplementation 'io.sentry:sentry-spotlight:8.36.0'
65+
api 'io.sentry:sentry-android:8.37.0'
66+
debugImplementation 'io.sentry:sentry-spotlight:8.37.0'
6767
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6868

6969
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)