Skip to content

Commit 0ff1883

Browse files
committed
version bump
fixed #637 fixed #651 fixed #652 fixed #675
1 parent 34092c1 commit 0ff1883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cSploit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ android {
5353
minSdkVersion 9
5454
targetSdkVersion 22
5555
versionCode 6
56-
versionName "1.6.6-rc.1"
56+
versionName "1.6.6-rc.2"
5757
if(System.getenv("NIGHTLY_BUILD")) {
5858
versionName += "+" + System.getenv("NIGHTLY_BUILD_COMMIT").substring(0, 7)
5959
}

0 commit comments

Comments
 (0)