From 8c5a9cc5048b30a2e1a1809711b623861375e56d Mon Sep 17 00:00:00 2001 From: tux_mind Date: Fri, 25 Dec 2015 03:41:15 +0100 Subject: [PATCH] version bump --- cSploit/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cSploit/build.gradle b/cSploit/build.gradle index ffa986128a..d719669179 100644 --- a/cSploit/build.gradle +++ b/cSploit/build.gradle @@ -52,8 +52,8 @@ android { defaultConfig { minSdkVersion 9 targetSdkVersion 22 - versionCode 4 - versionName "1.6.2" + versionCode 5 + versionName "1.6.3" if(System.getenv("NIGHTLY_BUILD")) { versionName += "+" + System.getenv("NIGHTLY_BUILD_COMMIT").substring(0, 7) }