Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

1.0.0-rc2

Choose a tag to compare

@DanielJette DanielJette released this 27 Oct 17:12
dfdb61a

1.0.0-rc2

Library

Bug fixes

  • Increase the timeout values on orientation change. Addresses various Failed to apply requested rotation and Activity did not resume errors when invoking setOrientation.

Updates

  • Android Gradle Plugin to 4.1.0
  • Gradle Wrapper to 6.5

Gradle Plugin

Bug fixes

  • Access task names lazily via names property. We were previously accessing task names in a way which resulted in early configuration of tasks resulting in Gradle failing to sync on the latest versions of Gradle and Android Gradle Plugin when custom lint checks were used in a project. Likely related to https://issuetracker.google.com/issues/67482030#comment2.
    Use the TaskContainer.names which doesn't cause all tasks to be resolved immediately.

Sample App

  • Update Sample application to use a Pixel 3a API 30 baseline emulator.