fix android build

zio/stable
João Ferreiro 2022-12-14 15:42:49 +00:00 committed by Paul Frazee
parent 0d7385a41a
commit 0726350570
1 changed files with 4 additions and 3 deletions

View File

@ -4,10 +4,10 @@ import org.apache.tools.ant.taskdefs.condition.Os
buildscript {
ext {
buildToolsVersion = "31.0.0"
buildToolsVersion = "33.0.0"
minSdkVersion = 21
compileSdkVersion = 31
targetSdkVersion = 31
compileSdkVersion = 33
targetSdkVersion = 33
if (System.properties['os.arch'] == "aarch64") {
// For M1 Users we need to use the NDK 24 which added support for aarch64
@ -49,5 +49,6 @@ allprojects {
}
google()
maven { url 'https://www.jitpack.io' }
maven { url 'https://maven.google.com' }
}
}