Skip to content

Instantly share code, notes, and snippets.

@oliverspryn
Created October 18, 2018 19:04
Show Gist options
  • Select an option

  • Save oliverspryn/841b01e2969f1d3cc827db5eeb16e4ed to your computer and use it in GitHub Desktop.

Select an option

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