Skip to content

Commit f3acb7b

Browse files
Merge branch 'main' into main
2 parents e2d4936 + bdc6e0f commit f3acb7b

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
@@ -9,9 +9,9 @@
99

1010
### Features
1111

12-
- Bump Android SDK to v6.2.1 ([#945](https://github.com/getsentry/sentry-dart/pull/945))
13-
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#621)
14-
- [diff](https://github.com/getsentry/sentry-java/compare/6.1.4...6.2.1)
12+
- Bump Android SDK to v6.3.0 ([#945](https://github.com/getsentry/sentry-dart/pull/945), [#950](https://github.com/getsentry/sentry-dart/pull/950))
13+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#630)
14+
- [diff](https://github.com/getsentry/sentry-java/compare/6.1.4...6.3.0)
1515
- Bump Cocoa SDK to v7.21.0 ([#947](https://github.com/getsentry/sentry-dart/pull/947))
1616
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/master/CHANGELOG.md#7210)
1717
- [diff](https://github.com/getsentry/sentry-cocoa/compare/7.19.0...7.21.0)

flutter/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ android {
5454
}
5555

5656
dependencies {
57-
api 'io.sentry:sentry-android:6.2.1'
57+
api 'io.sentry:sentry-android:6.3.0'
5858
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
5959
}

0 commit comments

Comments
 (0)