Releases: KeepSafe/dexcount-gradle-plugin
Releases · KeepSafe/dexcount-gradle-plugin
0.7.0
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: