Skip to content

Commit

Permalink
Don't ship libraries for 32-bit ABIs
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Miś <foss@patrykmis.com>
  • Loading branch information
PatrykMis committed Jul 9, 2024
1 parent eb2a349 commit 454ccb1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shared.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ android {
defaultConfig {
vectorDrawables.useSupportLibrary = true
minSdk 26
ndk {
abiFilters.clear()
abiFilters.addAll(['arm64-v8a', 'x86_64'])
}
}
flavorDimensions "target"
productFlavors {
Expand Down

0 comments on commit 454ccb1

Please sign in to comment.