Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kevalpatel2106/5c5f72d99fd57f0d8b098772a0742305 to your computer and use it in GitHub Desktop.
Save kevalpatel2106/5c5f72d99fd57f0d8b098772a0742305 to your computer and use it in GitHub Desktop.
splits {
density {
enable true
exclude "ldpi", "xxhdpi", "xxxhdpi"
compatibleScreens 'small', 'normal', 'large', 'xlarge'
}
}
abi {
enable true
reset()
include "x86", "armeabi-v7a", "mips"
universalApk false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment