com.nimbledroid.profiler
Owner: nimbledroid
A plugin that interfaces with NimbleDroid to automate app profiling.
Sources: https://github.com/Tubebaum/gradle-profiler
Version 1.0
1.0
Created 22 October 2015.
A plugin that interfaces with NimbleDroid to automate app profiling.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.nimbledroid.profiler") version "1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.nimbledroid:gradle-profiler:1.0") } } apply(plugin = "com.nimbledroid.profiler")
- Applying plugins to all subprojects .