Skip to content

Releases: uber/okbuck

v0.54.5

07 Oct 22:06

Choose a tag to compare

What's Changed

  • Update actions used in GitHub Actions workflows by @MGaetan89 in #990
  • Migrate Robolectric's deprecated code to the recommended alternatives by @MGaetan89 in #989
  • Update AndroidTarget due to changes in available types by @ryanulep in #994
  • Add support for setting 'labels' in prebuilt rules by @ckilian867 in #993

New Contributors

Full Changelog: 0.54.4...v0.54.5

v0.54.4

04 Apr 02:32

Choose a tag to compare

What's Changed

  • Add support for using Android Lint v31.3.0+ by @jbarr21 in #988

Full Changelog: 0.54.3...0.54.4

v0.54.3

19 Dec 19:41

Choose a tag to compare

What's Changed

  • Add support for Android SDK 32, 33, 34 by @gpolak in #983
  • Bumping robolectric to 4.8.2 by @gpolak in #985
    • Also bumps pre-instrumented jars to version i4

Full Changelog: 0.54.2...0.54.3

v0.54.2 - Update Signing Certificates

15 Dec 20:50

Choose a tag to compare

Our previous signing certificate was accidentally compromised, and so a new signing certificate has been generated for all Uber open source. This release just updates the signing certificate. No other code changes were made.

v0.54.1

13 Oct 17:25

Choose a tag to compare

What's Changed

  • Delete tmp file and .bak file for android lint runs by @tyvsmith in #980

Full Changelog: v0.54.0...v0.54.1

v0.54.0

11 Oct 21:18

Choose a tag to compare

What's Changed

Full Changelog: v0.53.3...v0.54.0

v0.53.3

17 Mar 22:47

Choose a tag to compare

What's Changed

Full Changelog: v0.53.2...v0.53.3

v0.53.2

27 Feb 20:19

Choose a tag to compare

What's Changed

Full Changelog: v0.53.1...v0.53.2

v0.53.1

21 Feb 17:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.52.3...v0.53.1

v0.52.0

10 Nov 11:56

Choose a tag to compare

Enhancements

  • OkBuck is now Java 11 Compatible (#921)

Potential Breaking Changes

  • Kotlin is bumped to 1.4.10

Bug Fixes

  • okbuck.buckconfig params can now be overridden (#929). Fixes (#927)
# Run `./gradlew wrapper` to generate a new wrapper which automatically gets this fix.

# You can also manually update your existing wrapper by removing below lines from buckw
setupBuckFlags ( ) {	
    EXTRA_BUCK_CONFIG="$EXTRA_BUCK_CONFIG --config-file .okbuck/config/okbuck.buckconfig"	
}

   if [[ -z "$SKIP_FLAGS" ]]; then	
       # --help|-h|help|kill|--version do not support --config-file	
       setupBuckFlags	
   fi


# Running `./buckw <command>` will add an entry of okbuck.buckconfig in your .buckconfig
# to ensure the config values are picked up at runtime.

Full Changelog: v0.51.0...v0.52.0