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