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