Skip to content

Commit 2c29fbe

Browse files
chore: update flutter/scripts/update-android.sh to 8.7.0 (#2848)
Co-authored-by: GitHub <[email protected]>
1 parent 0aa80ac commit 2c29fbe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Sentry.addFeatureFlag('my-feature', true);
2020

2121
### Dependencies
2222

23-
- Bump Android SDK from v8.2.0 to v8.6.0 ([#2819](https://github.com/getsentry/sentry-dart/pull/2819), [#2831](https://github.com/getsentry/sentry-dart/pull/2831))
24-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#860)
25-
- [diff](https://github.com/getsentry/sentry-java/compare/8.2.0...8.6.0)
23+
- Bump Android SDK from v8.2.0 to v8.7.0 ([#2819](https://github.com/getsentry/sentry-dart/pull/2819), [#2831](https://github.com/getsentry/sentry-dart/pull/2831), [#2848](https://github.com/getsentry/sentry-dart/pull/2848))
24+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#870)
25+
- [diff](https://github.com/getsentry/sentry-java/compare/8.2.0...8.7.0)
2626
- Bump Cocoa SDK from v8.46.0 to v8.48.0 ([#2820](https://github.com/getsentry/sentry-dart/pull/2820))
2727
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8480)
2828
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.46.0...8.48.0)

flutter/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ android {
6060
}
6161

6262
dependencies {
63-
api 'io.sentry:sentry-android:8.6.0'
63+
api 'io.sentry:sentry-android:8.7.0'
6464
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
6565

6666
// Required -- JUnit 4 framework

0 commit comments

Comments
 (0)