mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02:00
bump to version and compile/target sdk
This commit is contained in:
parent
fb80822c66
commit
5b4d2304bc
|
@ -1,15 +1,15 @@
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 19
|
||||
compileSdkVersion 20
|
||||
buildToolsVersion "20.0.0"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.zeapo.pwdstore"
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 19
|
||||
versionCode 2
|
||||
versionName "1.0.1"
|
||||
targetSdkVersion 20
|
||||
versionCode 3
|
||||
versionName "1.0.2"
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
|
@ -25,7 +25,7 @@ repositories {
|
|||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
compile project(':libraries:openpgp-api-lib')
|
||||
compile 'org.eclipse.jgit:org.eclipse.jgit:3.4.+'
|
||||
compile 'org.eclipse.jgit:org.eclipse.jgit:3.4.1.+'
|
||||
compile 'org.apache.commons:commons-io:1.3.2'
|
||||
compile ('com.fortysevendeg.swipelistview:swipelistview:1.0-SNAPSHOT@aar') {
|
||||
transitive = true
|
||||
|
|
Loading…
Reference in a new issue