Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: update flutter/scripts/update-android.sh to 7.9.0
  • Loading branch information
web-flow authored and github-actions[bot] committed May 9, 2024
commit 7ecc3a09b6f6ffe811f1de0a727e1a93c7f5a0f8
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
- Bump Cocoa SDK from v8.3.1 to v8.3.3 ([#1350](https://github.com/getsentry/sentry-dart/pull/1350), [#1355](https://github.com/getsentry/sentry-dart/pull/1355))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#833)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.3.1...8.3.3)
- Bump Android SDK from v6.16.0 to v7.9.0 ([#166](https://github.com/kuhnroyal/sentry-dart/pull/166))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#790)
- [diff](https://github.com/getsentry/sentry-java/compare/6.16.0...7.9.0)

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion flutter/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ android {
}

dependencies {
api 'io.sentry:sentry-android:6.16.0'
api 'io.sentry:sentry-android:7.9.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
}