com.nimbledroid.profiler
Owner: nimbledroid
A plugin that interfaces with NimbleDroid to automate app profiling.
Sources: https://github.com/Tubebaum/gradle-profiler
Version 1.2.1
1.2.1
Created 28 October 2019.
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.2.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.nimbledroid:gradle-profiler:1.2.1") } } apply(plugin = "com.nimbledroid.profiler")
- Applying plugins to all subprojects .