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 7cbfdca commit 3309bf1Copy full SHA for 3309bf1
cSploit/build.gradle
@@ -52,7 +52,7 @@ android {
52
minSdkVersion 9
53
targetSdkVersion 22
54
versionCode 1
55
- versionName "1.6.0-rc.1"
+ versionName "1.6.0-rc.2"
56
if(System.getenv("NIGHTLY_BUILD")) {
57
versionName += "+" + System.getenv("NIGHTLY_BUILD_COMMIT").substring(0, 7)
58
}
0 commit comments