Skip to content

Commit 3f5fdd0

Browse files
committed
fix: removing windows check in WA clone build gradle file
1 parent ee9f7ae commit 3f5fdd0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

projects/WhatsAppClone/android/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ buildscript {
1111
if (System.properties['os.arch'] == "aarch64") {
1212
// For M1 Users we need to use the NDK 24 which added support for aarch64
1313
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"
1814
} else {
1915
// Otherwise we default to the side-by-side NDK version from AGP.
2016
ndkVersion = "21.4.7075529"

0 commit comments

Comments
 (0)