Skip to content

Instantly share code, notes, and snippets.

@fabiomsr
Created September 27, 2016 19:32
Show Gist options
  • Select an option

  • Save fabiomsr/14f5f5a5a85dedd39178b842b0b2607f to your computer and use it in GitHub Desktop.

Select an option

Save fabiomsr/14f5f5a5a85dedd39178b842b0b2607f to your computer and use it in GitHub Desktop.
dependencies {
compile "com.android.support:appcompat-v7:$rootProject.versionAndroidSDK"
rootProject.appDependencies.each {
add(it.configuration, it.dependency, it.options)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment