From 2e7f55034cc9d89a2fe7359c16a09b64fc8de24e Mon Sep 17 00:00:00 2001 From: zeapo Date: Mon, 20 Oct 2014 00:12:44 +0200 Subject: Version v1.2 alpha 1 --- app/app-debug.apk | Bin 1735977 -> 2015484 bytes app/app-release.apk | Bin 2077427 -> 2015372 bytes app/build.gradle | 11 ++--------- 3 files changed, 2 insertions(+), 9 deletions(-) diff --git a/app/app-debug.apk b/app/app-debug.apk index cfe1fdc8..df0d7d46 100644 Binary files a/app/app-debug.apk and b/app/app-debug.apk differ diff --git a/app/app-release.apk b/app/app-release.apk index a5807349..e5dadb75 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 317206be..7b6d263b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "com.zeapo.pwdstore" minSdkVersion 15 targetSdkVersion 21 - versionCode 16 - versionName "1.2-b1" + versionCode 20 + versionName "1.2-a1" } buildTypes { release { @@ -24,22 +24,15 @@ android { abortOnError false } } -repositories { - maven { url 'http://clinker.47deg.com/nexus/content/groups/public' } -} dependencies { compile "com.android.support:appcompat-v7:21.+" compile "com.android.support:recyclerview-v7:21.+" - compile "com.android.support:palette-v7:21.+" //compile fileTree(dir: 'libs', include: ['*.jar']) compile project(':libraries:openpgp-api-lib') compile 'org.eclipse.jgit:org.eclipse.jgit:3.5.+' compile 'org.apache.commons:commons-io:1.3.2' - compile ('com.fortysevendeg.swipelistview:swipelistview:1.0-SNAPSHOT@aar') { - transitive = true - } } tasks.findAll { // make all tasks whose name starts with 'assemble'... it.name.startsWith 'assemble' -- cgit v1.2.3