Skip to content

Instantly share code, notes, and snippets.

@mdesoto
Created April 23, 2017 06:16
Show Gist options
  • Save mdesoto/8246959b2d6bc2be91e9d2daa2ccc12d to your computer and use it in GitHub Desktop.
Save mdesoto/8246959b2d6bc2be91e9d2daa2ccc12d to your computer and use it in GitHub Desktop.
ext {
playServices = '8.3.0'
supportVersion = '23.1.1'
}
dependencies {
compile "com.android.support:appcompat-v7:${supportVersion}"
compile "com.android.support:recyclerview-v7:${supportVersion}"
compile "com.android.support:cardview-v7:${supportVersion}"
compile "com.android.support:design:${supportVersion}"
...
compile "com.google.android.gms:play-services-ads:${playServices}"
compile "com.google.android.gms:play-services-appindexing:${playServices}"
compile "com.google.android.gms:play-services-base:${playServices}"
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment