Skip to content

Commit

Permalink
chore: update flutter/scripts/update-android.sh to 6.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jul 26, 2023
1 parent 3e33891 commit bd912c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
- Bump Cocoa SDK from v8.8.0 to v8.9.1 ([#1553](https://github.com/getsentry/sentry-dart/pull/1553))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#891)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.8.0...8.9.1)
- Bump Android SDK from v6.23.0 to v6.25.2 ([#1554](https://github.com/getsentry/sentry-dart/pull/1554))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6252)
- [diff](https://github.com/getsentry/sentry-java/compare/6.23.0...6.25.2)
- Bump Android SDK from v6.23.0 to v6.27.0 ([#1554](https://github.com/getsentry/sentry-dart/pull/1554), [#1571](https://github.com/getsentry/sentry-dart/pull/1571))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6270)
- [diff](https://github.com/getsentry/sentry-java/compare/6.23.0...6.27.0)

## 7.8.0

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

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

0 comments on commit bd912c8

Please sign in to comment.