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 f92cde5 commit cc50526Copy full SHA for cc50526
cSploit/build.gradle
@@ -52,8 +52,8 @@ android {
52
defaultConfig {
53
minSdkVersion 9
54
targetSdkVersion 22
55
- versionCode 5
56
- versionName "1.6.4"
+ versionCode 6
+ versionName "1.6.5"
57
if(System.getenv("NIGHTLY_BUILD")) {
58
versionName += "+" + System.getenv("NIGHTLY_BUILD_COMMIT").substring(0, 7)
59
}
0 commit comments