Created
January 25, 2018 11:15
-
-
Save igorwojda/14192e7d6cd38bd61cd714606b3d1903 to your computer and use it in GitHub Desktop.
Configure abi fiters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
buildTypes { | |
release { | |
ndk { | |
abiFilters "arm64-v8a", "armeabi-v7a" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment