Skip to content

Instantly share code, notes, and snippets.

@lynnfield
Last active August 2, 2020 07:19
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 lynnfield/e288d17c3dc69daeba77a317f8a3fcd3 to your computer and use it in GitHub Desktop.
Save lynnfield/e288d17c3dc69daeba77a317f8a3fcd3 to your computer and use it in GitHub Desktop.
ext at build.gradle
// creation
ext {
dagger = '2.25.3'
fabric = '1.25.4'
mindk = 17
}
// usage
println(dagger)
println(fabric)
println(mindk)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment