diff options
author | Mohamed <mohamed@zenadi.com> | 2017-05-25 17:53:44 +0100 |
---|---|---|
committer | Mohamed <mohamed@zenadi.com> | 2017-05-25 17:53:44 +0100 |
commit | 210c41ec25c9d8389723a5755e7db7a2b0e1c27b (patch) | |
tree | 33ca83f1a12bf10622c7328d66f3f2f6df29c2d9 /app/build.gradle | |
parent | 0043c82b23fcc803807b7c8ade38c3757247a208 (diff) |
version bumpv1.2.0.59
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index fd778244..9dbae9a7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,13 +4,13 @@ apply plugin: 'eclipse' android { compileSdkVersion 25 - buildToolsVersion '25.0.2' + buildToolsVersion '25.0.3' defaultConfig { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 25 - versionCode 78 - versionName "1.2.0.58" + versionCode 79 + versionName "1.2.0.59" } compileOptions { |