We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77020cc commit 8c5a9ccCopy full SHA for 8c5a9cc
cSploit/build.gradle
@@ -52,8 +52,8 @@ android {
52
defaultConfig {
53
minSdkVersion 9
54
targetSdkVersion 22
55
- versionCode 4
56
- versionName "1.6.2"
+ versionCode 5
+ versionName "1.6.3"
57
if(System.getenv("NIGHTLY_BUILD")) {
58
versionName += "+" + System.getenv("NIGHTLY_BUILD_COMMIT").substring(0, 7)
59
}
0 commit comments