diff --git a/app/app-release.apk b/app/app-release.apk index 9f624ea45..06adcab21 100644 Binary files a/app/app-release.apk and b/app/app-release.apk differ diff --git a/app/build.gradle b/app/build.gradle index 539108b8c..e1354b195 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 2ccb3c194..a1ab2b093 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