Skip to content

Commit

Permalink
Remove ABI filters
Browse files Browse the repository at this point in the history
Configuration conflict while splitting APKs by ABI.
  • Loading branch information
uintdev committed Feb 8, 2023
1 parent def5355 commit 819cb8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ android {
versionName flutterVersionName
ndk {
debugSymbolLevel 'SYMBOL_TABLE'
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86_64'
}
}

Expand Down

0 comments on commit 819cb8f

Please sign in to comment.