Skip to content

Commit

Permalink
✨ Fixes 64 bits generation (#8)
Browse files Browse the repository at this point in the history
✨ Fixes 64 bits generation
  • Loading branch information
hernandazevedo authored Oct 10, 2019
1 parent 005e475 commit 11edffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion androidmp3recorderlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
versionCode 1
versionName "1.0"
ndk{
abiFilters 'x86','armeabi-v7a'
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
externalNativeBuild {
cmake {
Expand Down

0 comments on commit 11edffb

Please sign in to comment.