Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit 02712c2

Browse files
authored
Merge pull request #1244 from NativeScript/darind/android-abi-split-fix
Move the ndk section under defaultConfig
2 parents e947ce4 + 47f4321 commit 02712c2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/tooling/publishing/android-abi-split.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ To achieve this you need to enable ABI splits at **app/App_Resources/Android/app
1414
```
1515
android {
1616
....
17-
ndk {
18-
abiFilters.clear()
17+
defaultConfig {
18+
....
19+
ndk {
20+
abiFilters.clear()
21+
}
1922
}
2023
splits {
2124
abi {

0 commit comments

Comments
 (0)