Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.5 KB

File metadata and controls

42 lines (33 loc) · 1.5 KB

Changelog

Version 0.53.1

  • Add support for exporting raw dependencies from okbuck

Version 0.53.2

  • Bug fix to handle export dependencies file path correctly.

Version 0.53.3

  • Add configuration cleanCacheDir to conditionally delete the cache directory or just the existing dependency rules files

Version 0.54.0

  • Stop using /tmp for Android Lint gen-rule and use buck-out tmp instead

Version 0.54.1

  • Clean up leftover tmp file for Android Lint genrule

Version 0.54.2

  • Signing certificate is invalid, replacement release with new signature.
  • No other code changes

Version 0.54.3

  • Added support for Android API 32, 33, and 34
  • Bump robolectric to 4.8.2
  • Bump pre-instrumented JARs to i4

Version 0.54.4

  • Added support for using Android Lint 31.3+

Version 0.54.5

  • Added labelsMap configuration to externalDependencies block for adding custom labels to prebuilt dependency rules
  • Migrated Robolectric's deprecated code to recommended alternatives:
    • Added :libraries:robolectric-base to Gradle modules
    • Added missing jUnit dependency to robolectric-base
    • Replaced deprecated getAppManifest() with getManifestFactory() and created BuckManifestFactory
  • Updated GitHub Actions workflows:
    • Updated runner image to ubuntu-24.04 (ubuntu-20.04 is deprecated)
    • Updated actions/checkout to v4
    • Updated actions/setup-java to v4 with temurin distribution
    • Removed rxPermissions and XLog dependencies
    • Updated to Python 3.8
  • Added support for Kotlin 2.2.0