diff options
author | zeapo <mohamed@zenadi.com> | 2014-12-10 20:14:43 +0100 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-12-10 20:14:43 +0100 |
commit | 41e53e04b402c848b4498e70b19b81f40d03baa5 (patch) | |
tree | 1d35039a8e1e80c4763acea84874eced9ce502bd | |
parent | c1f5e5ba628344fe1ce79edd97f1a8a7768a035f (diff) |
bump version and make versioncode similar to namev1.2.0.9
-rw-r--r-- | app/app-release.apk | bin | 2032354 -> 2033125 bytes | |||
-rw-r--r-- | app/build.gradle | 4 | ||||
-rw-r--r-- | build.gradle | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app/app-release.apk b/app/app-release.apk Binary files differindex 9f624ea4..06adcab2 100644 --- a/app/app-release.apk +++ b/app/app-release.apk diff --git a/app/build.gradle b/app/build.gradle index 539108b8..e1354b19 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 21 - versionCode 27 - versionName "1.2.0.8" + versionCode 29 + versionName "1.2.0.9" } compileOptions { diff --git a/build.gradle b/build.gradle index 2ccb3c19..a1ab2b09 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:0.14.4' + classpath 'com.android.tools.build:gradle:1.0.0' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files |