Updated Android build environment for examples

This commit is contained in:
Sam Lantinga
2021-11-15 17:04:50 -08:00
parent 66058bbbd5
commit 7ad64357ee
4 changed files with 6 additions and 6 deletions

View File

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