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 63d0894 commit b4a6c75Copy full SHA for b4a6c75
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# Unreleased
+# 5.0.0-beta.1
2
3
* Fix: Activity tracing auto instrumentation for Android API < 29 (#1402)
4
* Fix: use connection and read timeouts in ApacheHttpClient based transport (#1397)
gradle.properties
@@ -7,7 +7,7 @@ android.useAndroidX=true
7
# Release information
8
buildVersionCode=20060
9
# -SNAPSHOT avoids signing
10
-versionName=4.4.0-alpha.3-SNAPSHOT
+versionName=5.0.0-beta.1
11
12
# disable renderscript, it's enabled by default
13
android.defaults.buildfeatures.renderscript=false
0 commit comments