Skip to content

Commit

Permalink
Merge pull request #14 from koudle/master
Browse files Browse the repository at this point in the history
support arm64-v8a for production build
  • Loading branch information
plutoless committed Apr 29, 2019
2 parents e658b7b + e220f63 commit 129af58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Expand Up @@ -44,7 +44,7 @@ android {
// For debug mode you need to comment above lines of code
// Issue with 'libflutter.so'
ndk {
abiFilters 'armeabi-v7a', 'x86'
abiFilters 'armeabi-v7a', 'x86' ,'arm64-v8a'
}
}

Expand Down

0 comments on commit 129af58

Please sign in to comment.