Update to Android 4.3 SDK

pull/46/head
Alex Baker 12 years ago
parent 7f56b1ce8f
commit 72f835cdc5

@ -14,12 +14,12 @@ repositories {
}
android {
compileSdkVersion 17
buildToolsVersion "17.0.0"
compileSdkVersion 18
buildToolsVersion "18.1"
defaultConfig {
minSdkVersion 7
targetSdkVersion 17
targetSdkVersion 18
}
}

@ -14,12 +14,12 @@ repositories {
}
android {
compileSdkVersion 17
buildToolsVersion "17.0.0"
compileSdkVersion 18
buildToolsVersion "18.1"
defaultConfig {
minSdkVersion 7
targetSdkVersion 17
targetSdkVersion 18
}
}

@ -14,12 +14,12 @@ repositories {
}
android {
compileSdkVersion 17
buildToolsVersion "17.0.0"
compileSdkVersion 18
buildToolsVersion "18.1"
defaultConfig {
minSdkVersion 7
targetSdkVersion 17
targetSdkVersion 18
}
signingConfigs {

@ -14,12 +14,12 @@ repositories {
}
android {
compileSdkVersion 17
buildToolsVersion "17.0.0"
compileSdkVersion 18
buildToolsVersion "18.1"
defaultConfig {
minSdkVersion 7
targetSdkVersion 17
targetSdkVersion 18
}
}

Loading…
Cancel
Save