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 ca4d2d6 commit 66f22b3Copy full SHA for 66f22b3
backtrace-library/build.gradle
@@ -8,7 +8,7 @@ android {
8
minSdkVersion 21
9
targetSdkVersion 30
10
versionCode 360
11
- versionName "3.6.0"
+ versionName "3.6.0-rc.1"
12
13
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
14
gradle.properties
@@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1024m
# org.gradle.parallel=true
15
16
-VERSION_NAME=3.6.0
+VERSION_NAME=3.6.0-rc.1
17
VERSION_CODE=360
18
GROUP=com.github.backtrace-labs.backtrace-android
19
0 commit comments