Skip to content

0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 00:01

Added

  • KDoc documentation.

Changed

  • Renamed feature/features argument in setFeature() and setFeatures() methods to value/values respectively.
  • Elevation is no longer an attribute in the IoMehowLaboratory.Theme and a regular resource is used instead. This makes sure that when an Activity theme is overridden externally it won't crash for an unknown attribute.
  • Flatten Hyperion button to visually match other items.
  • Upgrade to Coroutines 1.4.0.
  • Upgrade to Wire 3.5.0.

Removed

  • generateFactory property from sourcedFeatureStorage() method in Gradle plugin. It was added to the public API by a mistake and wasn't responsible for anything.
  • Wire dependency from the library-shared-preferences artifact. It was added by a mistake.
  • BuildConfig classes from Android library modules.