We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954825b commit b1f0ff6Copy full SHA for b1f0ff6
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
* Feat: Add Android thread to platform stacktraces (#853)
6
* Fix: Rename auto initialize property (#857)
7
+* Bump: Sentry-Android to 6.0.0-beta.4 (#871)
8
9
## 6.6.0-alpha.2
10
flutter/android/build.gradle
@@ -54,6 +54,6 @@ android {
54
}
55
56
dependencies {
57
- api 'io.sentry:sentry-android:6.0.0-alpha.6'
+ api 'io.sentry:sentry-android:6.0.0-beta.4'
58
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
59
0 commit comments