Open MFlisar opened 8 years ago
Depends what functionality you want. If you want the profiling code added, add
'com.frogermcs.androiddevmetrics:androiddevmetrics-runtime:0.4'
If you dont want the profiling code added, add
'com.frogermcs.androiddevmetrics:androiddevmetrics-runtime-noop:0.4'
So runtume only, noop for release builds.
Thanks
When using custom build types, I have to manually add the build dependencies. I use something like following:
I'm not sure which one I have to add of following:
Do I have to add plugin and runtime or runtime only?
Additionally, it would not be bad to add the information to the readme for all people that do use custom build types...