aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed Zenadi <mohamed@zenadi.com>2015-08-10 07:10:24 +0200
committerMohamed Zenadi <mohamed@zenadi.com>2015-08-10 07:10:24 +0200
commit4b3fb7e484ac9dc838fcd22ea6b159fa89d74c28 (patch)
treeddc610683e2f556ab66dfa47605439af5db0aefc
parent57037916b0401bd843b3678d888d253e9a36e92a (diff)
bump version to 48v1.2.0.28
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 17eec528..cd51da05 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,8 +9,8 @@ android {
applicationId "com.zeapo.pwdstore"
minSdkVersion 15
targetSdkVersion 22
- versionCode 47
- versionName "1.2.0.27"
+ versionCode 48
+ versionName "1.2.0.28"
}
compileOptions {