Changelog History
Page 1
-
v3.1.0 Changes
January 25, 2022- โ Add support for AGP 7.1.0
- โ Add preliminary support for AGP 7.2.0 alphas
-
v3.0.1 Changes
September 20, 2021- ๐ Fix plugin compatibility with Gradle 6.1.1 (#411)
-
v3.0.0 Changes
August 09, 2021- ๐ฅ BREAKING Port plugin from Kotlin to Java for better Gradle compatibility; public extension API changed. (#379)
- โ Add support for AGP 7.0.0
- ๐ Preliminary support for AGP 7.1.0 alphas
-
v3.0.0-RC02 Changes
July 30, 2021- ๐ Fix support for AGP 4.2.0 and below (#400)
-
v3.0.0-RC01 Changes
July 29, 2021- ๐ฅ BREAKING Port plugin from Kotlin to Java for better Gradle compatibility; public extension API changed. (#379)
- โ Add support for AGP 7.0.0
- ๐ Preliminary support for AGP 7.1.0 alphas
-
v2.1.0
-
v2.1.0-RC01 Changes
May 09, 2021- โ Add support for AGP 4.2.0
-
v2.0.0 Changes
October 15, 2020- ๐ฅ 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)
-
v2.0.0-RC1 Changes
July 31, 2020๐ 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)
-
v1.0.4 Changes
July 16, 2020NOTE:
๐ This is a super janky release. IT IS ONLY AVAILABLE ON THE GRADLE PLUGIN PORTAL. tl;dr Gradle's built-in maven publishing system is terrible and since dexcount 2.0.0 is coming soon, it's not worth the trouble to get it working for this minor hotfix.
๐ The release itself contains only a hotfix to enable counting AARs using Java8+ features like static methods on interfaces.