diff options
author | zeapo <mohamed@zenadi.com> | 2017-08-10 11:58:33 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2017-08-10 11:58:33 +0200 |
commit | d284e292377e152768c264a807325f98206312ae (patch) | |
tree | 1df6a72b7ed9acbf4a4d82d6a7ad765a2a00da19 /app/build.gradle | |
parent | b95754a90c1259c68d2ee45af9207ec1d3dee22b (diff) |
version bumpv1.2.0.69
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 8f7b10c3..3cffccaa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 16 targetSdkVersion 25 - versionCode 88 - versionName "1.2.0.68" + versionCode 89 + versionName "1.2.0.69" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } |