Created
September 27, 2016 19:32
-
-
Save fabiomsr/14f5f5a5a85dedd39178b842b0b2607f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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