2.0.0-RC1
版本发布时间: 2020-07-31 08:32:28
KeepSafe/dexcount-gradle-plugin最新发布版本:4.0.0(2023-01-17 19:56:55)
A release candidate for 2.0.0; final release is blocked pending the final release of AGP 4.1.0.
-
BREAKING Raise minimum Gradle version to 6.0
-
BREAKING Raise minimum AGP version to 3.4.0
-
BREAKING Raise minimum JDK version to 1.8
-
BREAKING On AGP 4.1.0 and above, Dexcount tasks do not run automatically during a build and must be manually executed.
-
BREAKING Dexcount output layout on disk has changed; all output files now go in a directory named
build/outputs/dexcount/$variant/
, where$variant
is the name of the variant whose output was analyzed. -
Added support for AGP 4.1.0 (#305)
-
Added support for counting AAB files, AGP 4.1.0+ only (#309)
-
Fix: JvmStatic methods on Kotlin interface companion objects, in AARs (#311)
-
Fix: Properly publish Gradle Plugin DSL marker artifact (#333)