Skip to content

Instantly share code, notes, and snippets.

@AlburIvan
Created October 29, 2016 06:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlburIvan/c0297586aa6343ee192e298acbe17b18 to your computer and use it in GitHub Desktop.
Save AlburIvan/c0297586aa6343ee192e298acbe17b18 to your computer and use it in GitHub Desktop.
Example of build.gradle with resConfig options enabled
android {
// ...
defaultConfig {
// ...
resConfigs "en", "es"
// using vectors O(≧▽≦)O !yay
vectorDrawables.useSupportLibrary = true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment