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 34092c1 commit 0ff1883Copy full SHA for 0ff1883
cSploit/build.gradle
@@ -53,7 +53,7 @@ android {
53
minSdkVersion 9
54
targetSdkVersion 22
55
versionCode 6
56
- versionName "1.6.6-rc.1"
+ versionName "1.6.6-rc.2"
57
if(System.getenv("NIGHTLY_BUILD")) {
58
versionName += "+" + System.getenv("NIGHTLY_BUILD_COMMIT").substring(0, 7)
59
}
0 commit comments