MyGit

3.0.0

KeepSafe/dexcount-gradle-plugin

版本发布时间: 2021-08-10 02:21:12

KeepSafe/dexcount-gradle-plugin最新发布版本:4.0.0(2023-01-17 19:56:55)

The dexcount gradle configuration block now uses Gradle properties exclusively, as opposed to getFoo and setFoo functions. That means that your Groovy configuration code needs to change a bit:

dexcount {
  // Instead of this,
  runOnEachPackage true

  // Do this
  runOnEachPackage = true
}

相关地址:原始地址 下载(tar) 下载(zip)

查看:2021-08-10发行的版本