登录 注册
当前位置:主页 > 资源下载 > 11 > gradle-plugin-dexcount-for-Android代码

gradle-plugin-dexcount-for-Android代码

  • 更新:2024-12-20 14:20:14
  • 大小:2.13MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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