updated build tools
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user