Skip to content

Commit

Permalink
Merge branch 'main' into deps/flutter/scripts/update-cocoa.sh/8.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanosiano authored Oct 5, 2023
2 parents 040c7a8 + 42f6e7e commit adc34d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
- Bump Cocoa SDK from v8.11.0 to v8.13.0 ([#1650](https://github.com/getsentry/sentry-dart/pull/1650), [#1655](https://github.com/getsentry/sentry-dart/pull/1655))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8130)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.11.0...8.13.0)
- Bump Android SDK from v6.29.0 to v6.30.0 ([#1660](https://github.com/getsentry/sentry-dart/pull/1660))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6300)
- [diff](https://github.com/getsentry/sentry-java/compare/6.29.0...6.30.0)

## 7.10.1

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,7 +60,7 @@ android {
}

dependencies {
api 'io.sentry:sentry-android:6.29.0'
api 'io.sentry:sentry-android:6.30.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"

// Required -- JUnit 4 framework
Expand Down

0 comments on commit adc34d2

Please sign in to comment.