Skip to content

Commit c36e7ba

Browse files
committed
version bump
1 parent a39bf9e commit c36e7ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cSploit/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ android {
5252
defaultConfig {
5353
minSdkVersion 9
5454
targetSdkVersion 22
55-
versionCode 2
56-
versionName "1.6.0"
55+
versionCode 3
56+
versionName "1.6.1"
5757
if(System.getenv("NIGHTLY_BUILD")) {
5858
versionName += "+" + System.getenv("NIGHTLY_BUILD_COMMIT").substring(0, 7)
5959
}

0 commit comments

Comments
 (0)