diff options
author | zeapo <mohamed@zenadi.com> | 2014-10-20 00:12:44 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-10-20 00:12:44 +0200 |
commit | 2e7f55034cc9d89a2fe7359c16a09b64fc8de24e (patch) | |
tree | 67030715d7bc10e565726bbea320b43cb0f1262e | |
parent | f134ca71f2dbcf307456d0326aeda999185c0858 (diff) |
Version v1.2 alpha 1v1.2-a1
-rw-r--r-- | app/app-debug.apk | bin | 1735977 -> 2015484 bytes | |||
-rw-r--r-- | app/app-release.apk | bin | 2077427 -> 2015372 bytes | |||
-rw-r--r-- | app/build.gradle | 11 |
3 files changed, 2 insertions, 9 deletions
diff --git a/app/app-debug.apk b/app/app-debug.apk Binary files differindex cfe1fdc8..df0d7d46 100644 --- a/app/app-debug.apk +++ b/app/app-debug.apk diff --git a/app/app-release.apk b/app/app-release.apk Binary files differindex a5807349..e5dadb75 100644 --- a/app/app-release.apk +++ b/app/app-release.apk 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' |