aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorMohamed Zenadi <mohamed@zenadi.com>2015-06-08 21:00:29 +0200
committerMohamed Zenadi <mohamed@zenadi.com>2015-06-08 21:00:29 +0200
commit84589ab8692c167aa18fdb4881b53a111e761d63 (patch)
treeae9a42dc36421ec6f253926a16b1b90668df98cc /app/build.gradle
parentdd5c396b0dd39cc4a4a45fcc81a2b757c8088e37 (diff)
version bumpv1.2.0.20
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 88b24916..2868ab12 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,8 +9,8 @@ android {
applicationId "com.zeapo.pwdstore"
minSdkVersion 15
targetSdkVersion 22
- versionCode 39
- versionName "1.2.0.19 (experimental)"
+ versionCode 40
+ versionName "1.2.0.20"
}
compileOptions {