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.3 (latest)
1.2.3
Created 20 July 2021.
A plugin that interfaces with NimbleApp to automate app profiling.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.nimbledroid.profiler") version "1.2.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.nimbledroid:gradle-profiler:1.2.3") } } apply(plugin = "com.nimbledroid.profiler")
- Applying plugins to all subprojects .