Skip to content

3.0.0-rc03

Compare
Choose a tag to compare
@LouisCAD LouisCAD released this 06 Aug 12:27
· 165 commits to main since this release

Version 3.0.0-rc03 (2021-08-06)

Compiled with Kotlin 1.5.21 and kotlinx.coroutines 1.5.1-native-mt.

App Context

Added

The AppCtxInitializer class is now public, so you can put it in the list of dependencies of your own AndroidX App Startup Initializer in case it relies on appCtx to be initialized.

Resources

Fix

In 3.0.0-rc02, changes in styledColorSL made it break when the theme attribute was pointing to a color resource that had no selector (i.e. a non inlined plain color code like #00bbff). This has now been fixed, and the code also got simpler.