diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2016-12-25 13:34:39 +0100 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2016-12-25 13:34:39 +0100 |
commit | 0a050bbe03f1c864a53c1c0167e5f7794c910e43 (patch) | |
tree | f97abf4827bd6891b73640c73ccfaeb0b5d2118c | |
parent | ad3751b44f097fb45eb294aff8995e67605bb471 (diff) |
version bumpv1.2.0.55
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | build.gradle | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index fda5f3b9..8a0c7c75 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 24 - versionCode 74 - versionName "1.2.0.54" + versionCode 75 + versionName "1.2.0.55" } compileOptions { diff --git a/build.gradle b/build.gradle index 43877eb6..f9996e6d 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:2.2.2' + classpath 'com.android.tools.build:gradle:2.2.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files |