Skip to content

Commit b1f0ff6

Browse files
authored
Bump Sentry Android to 6.0.0-beta.4 (#871)
1 parent 954825b commit b1f0ff6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
* Feat: Add Android thread to platform stacktraces (#853)
66
* Fix: Rename auto initialize property (#857)
7+
* Bump: Sentry-Android to 6.0.0-beta.4 (#871)
78

89
## 6.6.0-alpha.2
910

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.0.0-alpha.6'
57+
api 'io.sentry:sentry-android:6.0.0-beta.4'
5858
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
5959
}

0 commit comments

Comments
 (0)