Squashed commit of the following:

commit 0ab693b566
Author: Feodor Fitsner <feodor@appveyor.com>
Date:   Mon Jun 24 16:15:52 2024 -0700

    Add x86_64 arch
This commit is contained in:
Feodor Fitsner 2024-06-24 19:46:52 -07:00
parent b1c6b15da5
commit c467094581
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ android {
versionName flutterVersionName
ndk {
abiFilters 'arm64-v8a', 'armeabi-v7a'
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86_64'
}
}