v0.6.3
Pre-release
Pre-release
- Kotlin 1.4.10 for real this time
- Optional
commit
parameter inAndroidSettings
constructor, which will tell it to usecommit()
instead
ofapply()
when making changes. - Deprecate
Settings.Companion.invoke()
in the no-arg dependency and replace withSettings()
factory function. - Use
androidx.startup
in no-arg dependency instead of a customContentProvider
.