Commit faf3f30
committed
ci(android): drop ndk.abiFilters to allow --split-per-abi
AGP rejects ndk.abiFilters alongside the abi splits config that
`flutter build apk --split-per-abi` enables. Drop the explicit filter
in the Android build.gradle template; Flutter's default android-arm,
android-arm64, android-x64 set is what we want anyway, and the CI's
APK-renaming step already references those ABI names.1 parent 69e4e68 commit faf3f30
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments