updated build tools

This commit is contained in:
Frank Morgner
2015-09-29 22:02:50 +02:00
parent e6e480d48b
commit d7c5495b83
9 changed files with 43 additions and 46 deletions

View File

@@ -1,12 +1,13 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
compileSdkVersion 23
buildToolsVersion "23.0.1"
defaultConfig {
applicationId "com.vsmartcard.remotesmartcardreader"
minSdkVersion 10
targetSdkVersion 22
targetSdkVersion 23
versionCode 3
versionName "1.2"
}
@@ -19,6 +20,7 @@ android {
}
dependencies {
compile 'com.android.support:appcompat-v7:22.2.0'
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:support-v4:23.0.1'
}