Update SDK version to 31

This commit is contained in:
MCL Software Official 2023-02-24 07:09:52 -05:00
parent cd54bbabcf
commit 9f0b3bb8e6

View File

@ -7,7 +7,7 @@ android {
ndkVersion "$ndk_version" ndkVersion "$ndk_version"
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 30 targetSdkVersion 31
externalNativeBuild { externalNativeBuild {
ndkBuild { ndkBuild {
arguments '-j' + Runtime.getRuntime().availableProcessors(), arguments '-j' + Runtime.getRuntime().availableProcessors(),