feat(android) set compile and target SDKs to 32

This commit is contained in:
Saúl Ibarra Corretgé 2022-11-22 10:46:54 +01:00 committed by Saúl Ibarra Corretgé
parent 645609974a
commit 752da71387
1 changed files with 2 additions and 2 deletions

View File

@ -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") {