chore: upgrade sdk to 32

This commit is contained in:
NextAlone 2022-04-16 22:50:22 +08:00
parent ab75c4fe61
commit 4595424459
No known key found for this signature in database
GPG Key ID: DBA7B0AEF8C1CD2C

View File

@ -53,8 +53,8 @@ def nativeTarget = System.getenv("NATIVE_TARGET")
if (nativeTarget == null) nativeTarget = ""
android {
compileSdkVersion 31
buildToolsVersion "31.0.0"
compileSdkVersion 32
buildToolsVersion "32.0.0"
ndkVersion rootProject.ext.ndkVersion
defaultConfig.applicationId = "xyz.nextalone.nagram"