com.getkeepsafe.dexcount
Owner: Ben Bader
A Gradle plugin for counting methods in an .apk
https://github.com/KeepSafe/dexcount-gradle-plugin/
Sources: http://github.com/KeepSafe/dexcount-gradle-plugin/
Version 2.0.0
2.0.0
Created 15 October 2020.
A Gradle plugin for counting methods in an .apk
Add this plugin to your build using the plugins DSL:
plugins {
id("com.getkeepsafe.dexcount") version "2.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.getkeepsafe.dexcount:dexcount-gradle-plugin:2.0.0") } } apply(plugin = "com.getkeepsafe.dexcount")
- Applying plugins to all subprojects .