diff options
author | zeapo <mohamed@zenadi.com> | 2017-06-05 14:47:33 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2017-06-05 14:47:33 +0200 |
commit | 289c79a39853985f5bad6340871014738afe8332 (patch) | |
tree | c580b2f8d4db00c861f15fbcb43c037015e8a7d5 /app/build.gradle | |
parent | 38d02885ecc3a153d13efec2a3ee5613fad15227 (diff) |
version bumpv1.2.0.61
- Added auto sync
- Added background git tasks
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
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 { |