Skip to content

Commit

Permalink
remove split abi filters
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozRatej committed Feb 1, 2023
1 parent 4935ab1 commit 6185970
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ android {
} else {
signingConfig signingConfigs.debug
}
ndk {
// Filter for architectures supported by Flutter. https://docs.flutter.dev/development/add-to-app/android/project-setup
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64'
}
}
}
}
Expand Down

0 comments on commit 6185970

Please sign in to comment.