Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
fixed #637
fixed #651
fixed #652
fixed #675
  • Loading branch information
tux-mind committed Jun 18, 2016
1 parent 34092c1 commit 0ff1883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cSploit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
minSdkVersion 9
targetSdkVersion 22
versionCode 6
versionName "1.6.6-rc.1"
versionName "1.6.6-rc.2"
if(System.getenv("NIGHTLY_BUILD")) {
versionName += "+" + System.getenv("NIGHTLY_BUILD_COMMIT").substring(0, 7)
}
Expand Down

0 comments on commit 0ff1883

Please sign in to comment.