Skip to content

Instantly share code, notes, and snippets.

@GuilhE
Last active March 3, 2018 13:54
Show Gist options
  • Save GuilhE/ac78fa77ed7850f8c50420d1e674aa21 to your computer and use it in GitHub Desktop.
Save GuilhE/ac78fa77ed7850f8c50420d1e674aa21 to your computer and use it in GitHub Desktop.
Library module - Gradle settings
apply plugin: 'com.android.library'
android {
...
}
dependencies {
...
}
if (project.rootProject.file('local.properties').exists()) {
apply from: 'deploy.gradle'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment