Skip to content

Instantly share code, notes, and snippets.

@BartoszJarocki
Created May 13, 2017 15:38
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 BartoszJarocki/fce67c4ab1ab65301ba4f0a9477eb31b to your computer and use it in GitHub Desktop.
Save BartoszJarocki/fce67c4ab1ab65301ba4f0a9477eb31b to your computer and use it in GitHub Desktop.
android {
// Use the following syntax to access properties you defined at the project level:
// rootProject.ext.property_name
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
...
}
...
dependencies {
compile "com.android.support:appcompat-v7:${rootProject.ext.supportLibraryVersion}"
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment