We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facc818 commit dcebebaCopy full SHA for dcebeba
android/build.gradle
@@ -12,10 +12,6 @@ buildscript {
12
if (System.properties['os.arch'] == "aarch64") {
13
// For M1 Users we need to use the NDK 24+ which added support for aarch64
14
ndkVersion = "25.0.8528842" // rc4
15
- } else if (Os.isFamily(Os.FAMILY_WINDOWS)) {
16
- // For Android Users, we need to use NDK 23, otherwise the build will
17
- // fail due to paths longer than the OS limit
18
- ndkVersion = "23.1.7779620"
19
} else {
20
// Otherwise we default to the side-by-side NDK version from AGP.
21
ndkVersion = "21.4.7075529"
0 commit comments