Updated required Android SDK to API 26, to match Google's new App Store requirements

This commit is contained in:
Sam Lantinga
2018-08-21 20:46:25 -07:00
parent 7f4860e2be
commit 38ae49880f
2 changed files with 4 additions and 4 deletions

View File

@@ -8,14 +8,14 @@ else {
}
android {
compileSdkVersion 19
compileSdkVersion 26
buildToolsVersion "26.0.1"
defaultConfig {
if (buildAsApplication) {
applicationId "org.libsdl.app"
}
minSdkVersion 14
targetSdkVersion 19
targetSdkVersion 26
versionCode 1
versionName "1.0"
externalNativeBuild {