Version v1.2 alpha 1
This commit is contained in:
parent
f134ca71f2
commit
2e7f55034c
3 changed files with 2 additions and 9 deletions
Binary file not shown.
Binary file not shown.
|
@ -9,8 +9,8 @@ android {
|
||||||
applicationId "com.zeapo.pwdstore"
|
applicationId "com.zeapo.pwdstore"
|
||||||
minSdkVersion 15
|
minSdkVersion 15
|
||||||
targetSdkVersion 21
|
targetSdkVersion 21
|
||||||
versionCode 16
|
versionCode 20
|
||||||
versionName "1.2-b1"
|
versionName "1.2-a1"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -24,22 +24,15 @@ android {
|
||||||
abortOnError false
|
abortOnError false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
repositories {
|
|
||||||
maven { url 'http://clinker.47deg.com/nexus/content/groups/public' }
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile "com.android.support:appcompat-v7:21.+"
|
compile "com.android.support:appcompat-v7:21.+"
|
||||||
compile "com.android.support:recyclerview-v7:21.+"
|
compile "com.android.support:recyclerview-v7:21.+"
|
||||||
compile "com.android.support:palette-v7:21.+"
|
|
||||||
|
|
||||||
//compile fileTree(dir: 'libs', include: ['*.jar'])
|
//compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
compile project(':libraries:openpgp-api-lib')
|
compile project(':libraries:openpgp-api-lib')
|
||||||
compile 'org.eclipse.jgit:org.eclipse.jgit:3.5.+'
|
compile 'org.eclipse.jgit:org.eclipse.jgit:3.5.+'
|
||||||
compile 'org.apache.commons:commons-io:1.3.2'
|
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'...
|
tasks.findAll { // make all tasks whose name starts with 'assemble'...
|
||||||
it.name.startsWith 'assemble'
|
it.name.startsWith 'assemble'
|
||||||
|
|
Loading…
Reference in a new issue