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