Update target SDK to 30 due to google play requirement
This commit is contained in:
parent
712822a5f5
commit
7582a00b91
@ -41,7 +41,7 @@ android
|
|||||||
defaultConfig
|
defaultConfig
|
||||||
{
|
{
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 29
|
targetSdkVersion 30
|
||||||
externalNativeBuild
|
externalNativeBuild
|
||||||
{
|
{
|
||||||
ndkBuild
|
ndkBuild
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user