Update Android *SdkVersion to 26

This commit is contained in:
David Miller 2018-11-28 15:04:00 -05:00
parent f03219473c
commit 3ab2eefb50
1 changed files with 2 additions and 2 deletions

View File

@ -25,13 +25,13 @@ def getVersionName = { ->
}
android {
compileSdkVersion 25
compileSdkVersion 26
buildToolsVersion "27.0.3"
defaultConfig {
applicationId "com.reicast.emulator"
minSdkVersion 16
targetSdkVersion 25
targetSdkVersion 26
versionCode getBuildId()
versionName getVersionName()
vectorDrawables.useSupportLibrary = true