Skip to content

Commit

Permalink
fix: exclude x86 aapt2 binary from release builds (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitadai31 committed Aug 11, 2023
1 parent 94acebb commit 381daff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ android {
shrinkResources false
minifyEnabled false
signingConfig signingConfigs.debug
ndk {
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86_64'
}
}
}

Expand Down

0 comments on commit 381daff

Please sign in to comment.