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'
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
compileSdkVersion 24
buildToolsVersion "24.0.3"
defaultConfig {
applicationId "com.simplemobiletools.gallery"
minSdkVersion 16
targetSdkVersion 23
targetSdkVersion 24
versionCode 37
versionName "1.37"
}