Skip to content

Releases: uber/okbuck

v0.30.3

17 Nov 05:48
Compare
Choose a tag to compare

Enhancements

  • Switch to using inbuilt consumer proguard file support in buck (#552)

Bugfixes

  • Upgrade kotlin to 1.1.60 and fix annotation processing artifact
  • Always use export_file in reference mode in okbuck (#553)

Breaking Changes

v0.30.0

12 Nov 18:45
Compare
Choose a tag to compare

Enhancements

  • Remove Retrolambda support in favor of D8 (#551). D8 is now the default dexer for all android app builds

Breaking Changes

v0.29.9

31 Oct 16:09
Compare
Choose a tag to compare

Enhancements

  • Add option to disable generating build config rules for library modules (#549)
  • Add support for API 27 in robolectric (e0d4d51)

Bugfixes

  • Structure OkBuck's KOTLIN_HOME in the structure it expects (#543)

v0.29.8

19 Oct 19:41
Compare
Choose a tag to compare

Enhancements

  • Greatly simplify transform handling in okbuck (#542)

v0.29.5

18 Oct 15:11
Compare
Choose a tag to compare

Enhancements

  • Add option to disable lint/test rules for specific build types/variants (#540)

Bugfixes

  • Hookup android instrumentation test targets correctly (#535)
  • Export proguard mapping file for use in buck if it exists (64335f1)
  • Do not use merged manifest for lint and unit tests (#541)

v0.28.10

12 Oct 22:47
Compare
Choose a tag to compare

Enhancements

  • Add test targets to android app targets if they exist (c02ef19)

Bugfixes

  • Fix OkBuck exception when buildScript dependency is Jar (#533)

v0.28.9

10 Oct 22:40
Compare
Choose a tag to compare

Bugfixes

  • Fix instrumentation test apk manifest merging (03cd9c7)

v0.28.8

09 Oct 22:13
Compare
Choose a tag to compare

Enhancements

  • Okbuck now uses the merged manifest as input to lint to make it detect issues more accurately

Potential Breaking Changes

  • Certain Android SDK lints should fire more correctly now so linting with buck might detect more issues if you were using a previous version of okbuck

v0.28.7

09 Oct 20:06
Compare
Choose a tag to compare

Enhancements

  • Made changes to let buckw be invoked form any nested directory in a project (Please re-generate your buck wrapper file to get this update)

v0.28.6

09 Oct 12:29
Compare
Choose a tag to compare

Enhancements

  • Bump kotlin to 1.1.50 (#527)
  • Use the 8.0 version of robolectric-all (#528)
  • Add support for Lint 26.0.0-beta7 (#530)

Bugfixes

  • Stop any active buck daemons when updating buck versions (c2fa74c)
  • Handle empty lib deps for java binaries (0dc31b3)

Potential Breaking Changes

  • Certain Android SDK lints should fire more correctly now so linting with buck might detect more issues if you were using a previous version of okbuck