Skip to content

Commit

Permalink
fully remove x86
Browse files Browse the repository at this point in the history
  • Loading branch information
swift_gan committed Apr 17, 2019
1 parent 0dd91ec commit 58c2f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {
android {
defaultConfig {
ndk {
abiFilters "armeabi-v7a", "x86"
abiFilters "armeabi-v7a"
}
}
}
Expand Down

0 comments on commit 58c2f74

Please sign in to comment.