aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorzeapo <mohamed@zenadi.com>2017-06-05 14:47:33 +0200
committerzeapo <mohamed@zenadi.com>2017-06-05 14:47:33 +0200
commit289c79a39853985f5bad6340871014738afe8332 (patch)
treec580b2f8d4db00c861f15fbcb43c037015e8a7d5 /app/build.gradle
parent38d02885ecc3a153d13efec2a3ee5613fad15227 (diff)
version bumpv1.2.0.61
- Added auto sync - Added background git tasks
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 82b8aa79..38e2fad1 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,8 +9,8 @@ android {
applicationId "com.zeapo.pwdstore"
minSdkVersion 15
targetSdkVersion 25
- versionCode 80
- versionName "1.2.0.60"
+ versionCode 81
+ versionName "1.2.0.61"
}
compileOptions {