Skip to content

Commit dcebeba

Browse files
committed
Revert Windows NDK 23 bump
facebook/react-native#33784
1 parent facc818 commit dcebeba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

android/build.gradle

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

0 commit comments

Comments
 (0)