-
gradle-plugin-dexcount-for-Android代码
资源介绍
Dexcount Gradle Plugin
A Gradle plugin to report the number of method references in your APK or AAR on every build.
This helps you keep tabs on the growth of your app, with an eye to staying under the 65,536 method-reference limit, and avoiding the headache of eliminating methods or enabling multidex.
Usage
in app/build.gradle
buildscript {
repositories {
mavenCentral() // or jcenter()
}
dependencies {
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plu