Skip to content

Instantly share code, notes, and snippets.

@caseykulm
Last active August 14, 2017 20:08
Show Gist options
  • Save caseykulm/a40b0bed03756bbed30e7b1df850933f to your computer and use it in GitHub Desktop.
Save caseykulm/a40b0bed03756bbed30e7b1df850933f to your computer and use it in GitHub Desktop.
Basic Version Templating Gradle
dependencies {
implementation “com.google.dagger:dagger:$versions.daggerVersion”
}
buildscript {
ext.versions = [
daggerVersion: “2.11”
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment