mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-02 12:36:43 +01:00
update target sdk to 24
This commit is contained in:
parent
47d111c642
commit
436107be7e
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user