Skip to content

Instantly share code, notes, and snippets.

@AlburIvan
Last active October 29, 2016 04:35
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/5fefbb6e602e68ea0af97d30c23c466d to your computer and use it in GitHub Desktop.
Save AlburIvan/5fefbb6e602e68ea0af97d30c23c466d to your computer and use it in GitHub Desktop.
Example for medium post of a gradle configuration
android {
// ...
defaultConfig {
// ...
vectorDrawables.useSupportLibrary = true
}
}
dependencies {
// 25.0.0 as the time of this post's release
compile 'com.android.support:appcompat-v7:25.0.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment