Skip to content

v0.33.0

Compare
Choose a tag to compare
@kageiit kageiit released this 17 Feb 17:43
· 371 commits to master since this release

Enhancements

  • Okbuck now supports Android Gradle Plugin version 3.1.x and higher. This is a major refactor. There is no compatibility with 3.0.x versions as some apis used by okbuck were internal in those releases. (#568)
  • Okbuck correctly processes java-library projects and api / implementation configurations. It is recommended to switch from the deprecated compile configurations.
  • Flavor dimensions for android projects are supported now.

Breaking Changes

  • Okbuck is no longer compatible with Android Gradle plugin versions < 3.1.x . If you need okbuck support for those projects, please use an older version (v0.32.2) of okbuck.
  • Projects using buttkernife gradle plugin will need to use a snapshot version since there is no official release yet for the 9.0.0 version. It is recommended to use a named snapshot version (like 9.0.0-20180212.024336-29) to avoid issues with buck build caching. Only the gradle plugin needs to be updated. The versions of butterknife and butterknife compiler can unchanged till 9.0.0 is released.