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 ee9f7ae commit 3f5fdd0Copy full SHA for 3f5fdd0
projects/WhatsAppClone/android/build.gradle
@@ -11,10 +11,6 @@ buildscript {
11
if (System.properties['os.arch'] == "aarch64") {
12
// For M1 Users we need to use the NDK 24 which added support for aarch64
13
ndkVersion = "24.0.8215888"
14
- } else if (Os.isFamily(Os.FAMILY_WINDOWS)) {
15
- // For Android Users, we need to use NDK 23, otherwise the build will
16
- // fail due to paths longer than the OS limit
17
- ndkVersion = "23.1.7779620"
18
} else {
19
// Otherwise we default to the side-by-side NDK version from AGP.
20
ndkVersion = "21.4.7075529"
0 commit comments