Skip to content

Instantly share code, notes, and snippets.

@pandulapeter
Last active October 8, 2019 15:33
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 pandulapeter/25f61728632fecd1eeec4e34d5588155 to your computer and use it in GitHub Desktop.
Save pandulapeter/25f61728632fecd1eeec4e34d5588155 to your computer and use it in GitHub Desktop.
Beagle example - app level build script
dependencies {
def beagleVersion = "1.1.0"
debugImplementation "com.github.pandulapeter.beagle:beagle:$beagleVersion"
releaseImplementation "com.github.pandulapeter.beagle:beagle-noop:$beagleVersion"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment