Skip to content

Releases: SgtSilvio/android-retrofix

1.1.0

16 Feb 00:15

Choose a tag to compare

✨ Improvements

  • Support for AGP 9 (minimum required AGP version is 7.2)

ℹ️ Miscellaneous

  • Updated dependencies

1.0.0

26 Mar 18:45

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

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

Choose a tag to compare

🐞 Bug fixes

  • Compatibility with Kotlin DSL

0.4.1

24 Sep 10:38

Choose a tag to compare

🐞 Bug fixes

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

0.4.0

21 Sep 16:14

Choose a tag to compare

✨ Improvements

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

0.3.6

06 Jun 15:49

Choose a tag to compare

🐞 Bug fixes

  • Ignore class files in META-INF\

0.3.5

24 Mar 16:46

Choose a tag to compare

✨ Improvements

  • Better support for incremental builds

0.3.4

11 Feb 18:46

Choose a tag to compare

🐞 Bug fixes

  • Ignore class files in META-INF

0.3.3

11 Feb 18:30

Choose a tag to compare

✨ Improvements

  • Support multi version jar files