bump to version and compile/target sdk

This commit is contained in:
zeapo 2014-08-17 02:41:28 +02:00
parent fb80822c66
commit 5b4d2304bc

View file

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