Update TargetSDK to 24

This commit is contained in:
fuenor 2016-09-03 21:07:08 +09:00 committed by binkybear
parent 73d5ea6d59
commit 8fba9293ea
3 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 22
compileSdkVersion 24
buildToolsVersion "22.0.1"
defaultConfig {
applicationId "jackpal.androidterm.sample.intents"
minSdkVersion 4
targetSdkVersion 22
targetSdkVersion 24
}
buildTypes {

View File

@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 22
compileSdkVersion 24
buildToolsVersion "22.0.1"
defaultConfig {
applicationId "jackpal.androidterm.sample.pathbroadcasts"
minSdkVersion 4
targetSdkVersion 22
targetSdkVersion 24
ndk {
moduleName "libjackpal-androidterm4"

View File

@ -1,13 +1,13 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 22
compileSdkVersion 24
buildToolsVersion "22.0.1"
defaultConfig {
applicationId "jackpal.androidterm.sample.telnet"
minSdkVersion 4
targetSdkVersion 22
targetSdkVersion 24
ndk {
moduleName "libjackpal-androidterm4"