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

Changelog History
Page 3

  • v0.8.0 Changes

    September 20, 2017
    • โšก๏ธ Update modern counting task to use Android Studio 3.0's new variant API (#218)
    • Rewrite from Groovy -> Kotlin
  • v0.7.3 Changes

    July 14, 2017
    • ๐Ÿ›  Fix builds when Instant Run is enabled and dexcount extension is used (#190)
  • v0.7.2 Changes

    July 10, 2017
    • ๐Ÿ›  Fix counting AAR projects on AGP 3.0+ (#188)
  • v0.7.1 Changes

    June 22, 2017
    • ๐Ÿ›  Fix: counting variants whose outputs have been re-named (issue #181)
    • ๐Ÿ›  Fix: remove uncapitalize(), which doesn't exist in Groovy bundled with Gradle 3.5 and below (issues #179 and #185)
    • โž• Add: add class counts to stdout and summary files (issue #183)
  • v0.7.0 Changes

    June 12, 2017
    • ๐Ÿ”ง Deprecate runOnEachAssemble configuration property
    • ๐Ÿ”Œ Make Android Gradle plugin a compileOnly dependency (#176)
    • ๐Ÿ— Disable Instant Run support; incompatible with the new build tools
    • โž• Add support for Android Gradle Plugin 3.0.0
    • โž• Add class counts (#164)
    • ๐Ÿ›  Fix zip-file-handle leaks (#160)
  • v0.6.4 Changes

    April 06, 2017
    • โšก๏ธ Update dexdeps to handle .dex format version 037 (#158)
  • v0.6.3 Changes

    • โž• Add maxMethodCount option to fail builds if the count is exceeded (#152)
    • โž• Add NDK support for AARs (#145)
  • v0.6.2 Changes

    December 16, 2016
    • Don't attempt to count methods on files that don't exist (#139)
  • v0.6.1 Changes

    September 14, 2016
    • โž• Add runOnEachAssemble option to prevent task from running after assemble (#133)
  • v0.6.0 Changes

    August 31, 2016
    • โœ‚ Remove output annotations to opt out of Gradle caching (#132)
    • โž• Add configurable slug for TeamCity statistics (#129)