All Versions
47
Latest Version
Avg Release Cycle
76 days
Latest Release
794 days ago

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, 2020

    NOTE:

    ๐Ÿš‘ 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.