Android Retrofix Versions Save

Backports Java 8 APIs (java.util.Optional, java.util.function, java.util.stream, java.util.concurrent.CompletableFuture, java.time) to Android below API 24 (Android 7.0 Nougat)

v1.0.0

2 months ago

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

✨ Improvements

  • Published artifacts are signed

ℹī¸ Miscellaneous

  • Updated dependencies

v0.5.0

1 year ago

🌟 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

v0.4.2

1 year ago

🐞 Bug fixes

  • Compatibility with Kotlin DSL

v0.4.1

2 years ago

🐞 Bug fixes

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

v0.4.0

2 years ago

✨ Improvements

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

v0.3.6

4 years ago

🐞 Bug fixes

  • Ignore class files in META-INF\

v0.3.5

4 years ago

✨ Improvements

  • Better support for incremental builds

v0.3.4

4 years ago

🐞 Bug fixes

  • Ignore class files in META-INF

v0.3.3

4 years ago

✨ Improvements

  • Support multi version jar files

v0.3.2

4 years ago

✨ Improvements

  • Create output directories upfront