chore: upgrade sdk to 32
This commit is contained in:
parent
ab75c4fe61
commit
4595424459
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user