Skip to content

Latest commit

 

History

History
143 lines (106 loc) · 12 KB

CHANGELOG.md

File metadata and controls

143 lines (106 loc) · 12 KB

Change Log

Version 0.17.0 (In development)

Version 0.16.0 (2020-03-22)

  • "Plugin not found" when using snapshot version #159
  • Fix java classes being skipped in AGP >= 3.4 #166 (jeppeman)
  • Fix slow file traversal in configuration phase #163 (fo2rist)
  • Fix "Could not get unknown property 'libraryVariants'" for dynamic-feature modules #160 (igorwojda)
  • Add support for Android "dynamic-feature" module type #158 (igorwojda)

Version 0.15.0 (2019-05-27)

  • Fixed "No signature of method: org.gradle.api.internal.file.CompositeFileCollection$1.setFrom()" bug for mergeJacocoReports task. #157 (vasdeepika)
  • Fix Gradle 6.0 deprecation warnings. #155 (vanniktech)

Version 0.14.0 (2019-04-30)

  • Update dependencies. #154 (vanniktech)
  • Add support for Gradle 5 #153 (henriquenfaria)
  • Fix StackOverflowError with Gradle 5.0 regarding FileCollection #151 (Laimiux)
  • Cope with new Android DSL to configure includeNoLocationClasses #150 (aygalinc)
  • Add support for kotlin multiplatform plugin #141 (henriquenfaria)
  • Remove sudo: false from travis config. #135 (vanniktech)
  • Don't run tests when creating the merged test coverage report. Instead it's required to run specific tests manually before. #134 (vRallev)

Version 0.13.0 (2018-10-11)

Big thanks to Ralf for all of his work!

Version 0.12.0 (2018-06-30)

Version 0.11.0 (2017-12-10)

Version 0.10.0 (2017-10-08)

Version 0.9.0 (2017-09-12)

  • Fix the class file location for the Android Gradle Plugin 3.0.0 #90 (vRallev)
  • Merged test code coverage report #89 (vRallev)
  • Autoexclude *_Factory classes that are generated by Dagger 2. #88 (vanniktech)
  • Don't clean build again when deploying SNAPSHOTS. #86 (vanniktech)
  • Update Jacoco Gradle Plugin to 0.8.0 #85 (vanniktech)

Version 0.8.0 (2017-08-14)

Version 0.7.0 (2017-08-02)

Version 0.6.0 (2017-03-20)

Version 0.5.0 (2016-07-17)

Version 0.4.0 (2016-04-10)

Version 0.3.0 (2016-03-23)

Note: Since tasks were removed and added please have a look at the README to get an overview of all the features of version 0.3.0

Version 0.2.0 (2016-11-01)

  • Add merged report

Version 0.1.1 (2015-10-25)

  • Fix Jacoco version specification

Version 0.1.0 (2015-10-15)

  • Initial release