Skip to content

1.2.0

Compare
Choose a tag to compare
@tfcporciuncula tfcporciuncula released this 25 Jun 12:26
· 73 commits to master since this release
  • Update coroutines to 1.3.7 db6429e
  • Update sample to have a clear button dd06bc8
  • Update compileSdk to 30 e7ce463

This last point comes with an important behavior change. Starting on Android R, onSharedPreferenceChanged() is triggered when clear() is called, so the library has been updated to notify subscribers when a clear happens. This will only happen if you're targeting Android R and the device is running Android R. You can observe the new behavior running the sample on an Android R device.

TL;DR: starting from this version, subscribers will be notified when clear() is called on Android R+.