Skip to content

Instantly share code, notes, and snippets.

@oliverspryn
Created October 18, 2018 19:04
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 oliverspryn/841b01e2969f1d3cc827db5eeb16e4ed to your computer and use it in GitHub Desktop.
Save oliverspryn/841b01e2969f1d3cc827db5eeb16e4ed to your computer and use it in GitHub Desktop.
Dynatrace Gradle Configuation Stub
apply plugin: 'com.dynatrace.tools.android'
dynatrace {
defaultConfig {
...
}
productFlavors {
dynatraceDev {
...
}
dynatraceProd {
...
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment