Skip to content

Releases: SgtSilvio/android-retrofix

1.0.0

26 Mar 18:45
Compare
Choose a tag to compare

Finally 1.0.0 as this plugin is stable for over a year.

✨ Improvements

  • Published artifacts are signed

ℹ️ Miscellaneous

  • Updated dependencies

0.5.0

10 Mar 01:02
Compare
Choose a tag to compare

🌟 Features

  • Making use of the ASM instrumentation API instead of the deprecated transform API
    • Compatibility with new and upcoming Android Gradle plugin versions (7.x, 8.x)
    • Reduced build time
    • Increased reliability
  • Support of method references, for example List::stream

0.4.2

26 Feb 23:02
Compare
Choose a tag to compare

🐞 Bug fixes

  • Compatibility with Kotlin DSL

0.4.1

24 Sep 10:38
Compare
Choose a tag to compare

🐞 Bug fixes

  • Ignore module-info.class and package-info.class

0.4.0

21 Sep 16:14
Compare
Choose a tag to compare

✨ Improvements

  • Compatibility with Android Gradle Plugin 4.x and 7.x

0.3.6

06 Jun 15:49
Compare
Choose a tag to compare

🐞 Bug fixes

  • Ignore class files in META-INF\

0.3.5

24 Mar 16:46
Compare
Choose a tag to compare

✨ Improvements

  • Better support for incremental builds

0.3.4

11 Feb 18:46
Compare
Choose a tag to compare

🐞 Bug fixes

  • Ignore class files in META-INF

0.3.3

11 Feb 18:30
Compare
Choose a tag to compare

✨ Improvements

  • Support multi version jar files

0.3.2

11 Feb 12:29
Compare
Choose a tag to compare

✨ Improvements

  • Create output directories upfront