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,13 +1,13 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
compileSdkVersion 23
buildToolsVersion "23.0.1"
defaultConfig {
applicationId "com.vsmartcard.acardemulator"
minSdkVersion 19
targetSdkVersion 21
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
@@ -28,6 +28,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.android.support:appcompat-v7:23.0.1'
compile 'com.android.support:support-v4:23.0.1'
compile group: 'com.madgag.spongycastle', name: 'core', version: '1.51.0.0'
}