Skip to content

Upgrade dependencies; document test runner compatibility

Choose a tag to compare

@sbabcoc sbabcoc released this 28 Jan 06:30
· 125 commits to master since this release

In this release, I upgraded a few dependencies:

  • Java-Utils: 1.9.32.0.0
  • Settings: 2.3.32.3.5
  • Guava: 28.1-android30.1-android

I added information in README about compatibility with specific test runners, with special attention to how to use PowerMock successfully with JUnit Foundation.

I also eliminated the use of static imports with invocations of LifecycleHooks.getFieldValue(Object, String), as this really didn't add any value.