Releases: tfcporciuncula/flow-preferences
Releases · tfcporciuncula/flow-preferences
1.9.1
1.9.0
1.8.0
1.7.0
1.6.0
1.5.0
We're now on Maven Central with a new group id:
repositories {
mavenCentral()
}
dependencies {
implementation 'com.fredporciuncula:flow-preferences:1.5.0'
}
The package has also been updated from com.tfcporciuncula.flow
to com.fredporciuncula.flow.preferences
.
Besides that, this release is mainly just updating Kotlin and coroutines to 1.5.0 (7bb14c8). We're now taking advantage of the new trySend()
API and no longer require the now gone offerCatching()
workaround.
✨ everything is 1.5.0 now, including us ✨
1.4.0
- Update Kotlin to 1.4.31 and coroutines to 1.4.3 a74ad73
- Expose
keyFlow
as aSharedPreferences
extension so clients can use it — it works just asSharedPreferences.OnSharedPreferenceChangeListener
but it's a flow instead of a callback f13aaf7 #12
1.3.4
1.3.3
1.3.2
Instead of depending on:
com.github.tfcporciuncula:flow-preferences:1.3.2
You should depend on:
com.github.tfcporciuncula.flow-preferences:flow-preferences:1.3.2
No code changes are needed and things should still work fine if you don't update this, but going with the "correct" groupId
will get you a proper POM that includes useful information (like license, so the oss-licenses
plugin works).