Skip to content

Commit 4c1272b

Browse files
committed
feat: Add ndk abiFilters.
1 parent ab5ecb4 commit 4c1272b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example/android/app/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ android {
4949
targetSdkVersion flutter.targetSdkVersion
5050
versionCode flutterVersionCode.toInteger()
5151
versionName flutterVersionName
52+
53+
// ndk {
54+
// abiFilters 'arm64-v8a'
55+
// }
5256
}
5357

5458
buildTypes {

0 commit comments

Comments
 (0)