2.0.0
版本发布时间: 2020-10-16 00:28:31
KeepSafe/dexcount-gradle-plugin最新发布版本:4.0.0(2023-01-17 19:56:55)
- 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: Crash in Android Studio 4.0.1 (#353)
- Fix: JvmStatic methods on Kotlin interface companion objects, in AARs (#311)
- Fix: Properly publish Gradle Plugin DSL marker artifact (#333)