feat(android) set compile and target SDKs to 32

pull/12613/head jitsi-meet_8097
Saúl Ibarra Corretgé 2 years ago committed by Saúl Ibarra Corretgé
parent 645609974a
commit 752da71387
  1. 4
      android/build.gradle

@ -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…
Cancel
Save