0.7.0
版本发布时间: 2017-06-13 14:25:41
KeepSafe/dexcount-gradle-plugin最新发布版本:4.0.0(2023-01-17 19:56:55)
Adds support for Android Studio 3.0.
BREAKING CHANGES:
- dexcount tasks now depend on
package
tasks, notassemble
, due to a change in the variant-output API. - Instant Run is no longer supported.
-
runOnEachAssemble
is deprecated and will be removed in a future version; userunOnEachPackage
.
Details changes:
- Deprecate
runOnEachAssemble
configuration property - Make Android Gradle plugin a compileOnly dependency (#176)
- Disable Instant Run support; incompatible with the new build tools
- Add support for Android Gradle Plugin 3.0.0
- Add class counts (#164)
- Fix zip-file-handle leaks (#160)