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
{
minSdkVersion 16
targetSdkVersion 29
targetSdkVersion 30
externalNativeBuild
{
ndkBuild