feat(android) set compile and target SDKs to 32
This commit is contained in:
parent
645609974a
commit
752da71387
|
@ -18,9 +18,9 @@ buildscript {
|
|||
|
||||
ext {
|
||||
buildToolsVersion = "31.0.0"
|
||||
compileSdkVersion = 31
|
||||
compileSdkVersion = 32
|
||||
minSdkVersion = 23
|
||||
targetSdkVersion = 31
|
||||
targetSdkVersion = 32
|
||||
supportLibVersion = "28.0.0"
|
||||
|
||||
if (System.properties['os.arch'] == "aarch64") {
|
||||
|
|
Loading…
Reference in New Issue