update target sdk to 24

This commit is contained in:
Tibor Kaputa 2016-11-18 14:32:36 +01:00
parent 47d111c642
commit 436107be7e

View file

@ -4,13 +4,13 @@ apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-android-extensions'
android { android {
compileSdkVersion 23 compileSdkVersion 24
buildToolsVersion "23.0.3" buildToolsVersion "24.0.3"
defaultConfig { defaultConfig {
applicationId "com.simplemobiletools.gallery" applicationId "com.simplemobiletools.gallery"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 23 targetSdkVersion 24
versionCode 37 versionCode 37
versionName "1.37" versionName "1.37"
} }