Commit dcc7ba7
authored
Explicitly set ndkVersion to Flutter's (#247)
Without this, webcrypto.dart uses AGP's default NDK version, which
can be different from Flutter's preferred NDK version. Apart from
causing builds to download multiple NDKs needlessly, this also
causes APKs to not use 16 KB page sizes.
Tested by building an APK and opening it in Android Studio's APK
analyzer.1 parent 673b776 commit dcc7ba7
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments