Bump ndk version
This commit is contained in:
parent
5005b40bb8
commit
71dafd3bcf
|
@ -4,18 +4,13 @@ buildscript {
|
||||||
def isPlay = !taskRequests.contains("foss")
|
def isPlay = !taskRequests.contains("foss")
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
// TODO: target 33
|
|
||||||
buildToolsVersion = "33.0.0"
|
buildToolsVersion = "33.0.0"
|
||||||
minSdkVersion = 23
|
minSdkVersion = 23
|
||||||
compileSdkVersion = 33
|
compileSdkVersion = 33
|
||||||
targetSdkVersion = 33
|
targetSdkVersion = 33
|
||||||
if (System.properties['os.arch'] == "aarch64") {
|
|
||||||
// For M1 Users we need to use the NDK 24 which added support for aarch64
|
// We use NDK 23 which has both M1 support and is the side-by-side NDK version from AGP.
|
||||||
ndkVersion = "24.0.8215888"
|
ndkVersion = "23.1.7779620"
|
||||||
} else {
|
|
||||||
// Otherwise we default to the side-by-side NDK version from AGP.
|
|
||||||
ndkVersion = "21.4.7075529"
|
|
||||||
}
|
|
||||||
glideVersion = "4.11.0"
|
glideVersion = "4.11.0"
|
||||||
kotlin_version = "1.8.22"
|
kotlin_version = "1.8.22"
|
||||||
kotlinVersion = '1.8.22'
|
kotlinVersion = '1.8.22'
|
||||||
|
|
Loading…
Reference in New Issue