Version v1.2 alpha 1

This commit is contained in:
zeapo 2014-10-20 00:12:44 +02:00
parent f134ca71f2
commit 2e7f55034c
3 changed files with 2 additions and 9 deletions

Binary file not shown.

Binary file not shown.

View file

@ -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'