diff --git a/app/app-debug.apk b/app/app-debug.apk index cfe1fdc8b..df0d7d464 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 a58073491..e5dadb75e 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 317206be3..7b6d263b6 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'