Activate the Plugin
In your module-level build.gradle
, add the adeum
plugin immediately after the com.android.application
plugin, so that it looks similar to the example below:
apply plugin: 'com.android.application'
apply plugin: 'adeum' // this line added for AppDynamics