Update target SDK to 24

This commit is contained in:
Cameron Gutman 2016-06-18 11:19:04 -07:00
parent 7a81950819
commit 3c53fb7403

View File

@ -4,12 +4,12 @@ import org.apache.tools.ant.taskdefs.condition.Os
apply plugin: 'com.android.application'
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
compileSdkVersion 24
buildToolsVersion "24.0.0"
defaultConfig {
minSdkVersion 16
targetSdkVersion 23
targetSdkVersion 24
versionName "4.5.10"
versionCode = 101