Skip to content

Releases: KeepSafe/dexcount-gradle-plugin

1.0.0

10 Nov 07:40
1.0.0
dc055bd
Compare
Choose a tag to compare
Release version 1.0.0

Release version 0.8.5

02 Jan 23:01
0.8.5
771e944
Compare
Choose a tag to compare
  • Don't use deprecated ApkVariant methods in AGP 3.3+ (#261)

0.8.4

03 Oct 16:50
Compare
Choose a tag to compare

ADD:

  • Configuration flag to dynamically enable/disable the plugin

CHANGE:

  • Enable TeamCity integration by default when running on TeamCity

Release 0.8.3

20 Jun 01:20
Compare
Choose a tag to compare

Fixes support for dex format version 038.

0.8.2 (released 30 November 2017)

30 Nov 22:24
0.8.2
510e0cb
Compare
Choose a tag to compare
  • Remove ported SdkResolver (#232)
  • Fix counts where output file has been renamed (#229)
  • Update Android Gradle support to 3.1.0 (#225)

0.8.1 (released 21 September 2017)

21 Sep 23:44
0.8.1
5a0f448
Compare
Choose a tag to compare
* Fix for users of Android Gradle Plugin versions < 3.0

0.8.0 (released 20 September 2017)

20 Sep 23:33
0.8.0
0660e74
Compare
Choose a tag to compare
* Update modern counting task to use Android Studio 3.0's new variant API (#218)
* Rewrite from Groovy -> Kotlin

0.7.3 (released 14 July 2017)

14 Jul 23:19
0.7.3
04f6892
Compare
Choose a tag to compare
* Fix builds when Instant Run is enabled and `dexcount` extension is used (#190)

0.7.2

10 Jul 18:55
0.7.2
620834c
Compare
Choose a tag to compare
- Fix counting AAR projects on AGP 3.0+ (#188)

0.7.1

22 Jun 20:57
0.7.1
c624cf9
Compare
Choose a tag to compare
  • 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)