Skip to content

v0.6.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@russhwolf russhwolf released this 26 Dec 23:23
  • Kotlin 1.4.10 for real this time
  • Optional commit parameter in AndroidSettings constructor, which will tell it to use commit() instead
    of apply() when making changes.
  • Deprecate Settings.Companion.invoke() in the no-arg dependency and replace with Settings() factory function.
  • Use androidx.startup in no-arg dependency instead of a custom ContentProvider.