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