Skip to content

Instantly share code, notes, and snippets.

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