1.2.0
- Update coroutines to 1.3.7 db6429e
- Update sample to have a clear button dd06bc8
- Update
compileSdk
to30
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+.