summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed <mohamed@zenadi.com>2017-06-15 14:10:32 +0200
committerMohamed <mohamed@zenadi.com>2017-06-15 14:10:32 +0200
commitf24e4c413064febe1d7e74fe433e5d50df88e414 (patch)
tree7224e3a2584a008ee5f3924d8f6863d9b11b9773
parent848bc87d3fcc0d33cd29a9dd4541dbe6d6b44352 (diff)
bump to 82v1.2.0.62-alpha
Fix majore issue with git failing silently
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 38e2fad1..ecb5c6d9 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -9,8 +9,8 @@ android {
applicationId "com.zeapo.pwdstore"
minSdkVersion 15
targetSdkVersion 25
- versionCode 81
- versionName "1.2.0.61"
+ versionCode 82
+ versionName "1.2.0.62-alpha"
}
compileOptions {