We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ec67d commit 7c4249aCopy full SHA for 7c4249a
CHANGELOG.md
@@ -1,11 +1,10 @@
1
# Changelog
2
3
-## Unreleased
+## 5.7.1
4
5
* Fix: Sentry Timber integration does not submit msg.formatted breadcrumbs (#1957)
6
* Fix: ANR WatchDog won't crash on SecurityException ([#1962](https://github.com/getsentry/sentry-java/pull/1962))
7
8
-
9
## 5.7.0
10
11
* Feat: Automatically enable `Timber` and `Fragment` integrations if they are present on the classpath (#1936)
gradle.properties
@@ -7,7 +7,7 @@ org.gradle.parallel=true
android.useAndroidX=true
# Release information
-versionName=5.7.0
+versionName=5.7.1
12
# disable renderscript, it's enabled by default
13
android.defaults.buildfeatures.renderscript=false
0 commit comments