Skip to content

Instantly share code, notes, and snippets.

@igorwojda
Created January 25, 2018 11:15
Show Gist options
  • Save igorwojda/14192e7d6cd38bd61cd714606b3d1903 to your computer and use it in GitHub Desktop.
Save igorwojda/14192e7d6cd38bd61cd714606b3d1903 to your computer and use it in GitHub Desktop.
Configure abi fiters
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