Update target SDK to 30 due to google play requirement

This commit is contained in:
Benau 2021-11-12 12:24:42 +08:00
parent 712822a5f5
commit 7582a00b91
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ android
defaultConfig defaultConfig
{ {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 29 targetSdkVersion 30
externalNativeBuild externalNativeBuild
{ {
ndkBuild ndkBuild

View File

@ -15,7 +15,7 @@ export NDK_BUILD_SCRIPT="$DIRNAME/Android.mk"
#export NDK_CCACHE=ccache #export NDK_CCACHE=ccache
export CPU_CORE="-j$(($(nproc) + 1))" export CPU_CORE="-j$(($(nproc) + 1))"
export COMPILE_SDK_VERSION=29 export COMPILE_SDK_VERSION=30
export APP_NAME_RELEASE="SuperTuxKart" export APP_NAME_RELEASE="SuperTuxKart"
export PACKAGE_NAME_RELEASE="org.supertuxkart.stk" export PACKAGE_NAME_RELEASE="org.supertuxkart.stk"