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