Skip to content

1.5.0

Compare
Choose a tag to compare
@tfcporciuncula tfcporciuncula released this 20 May 07:20
· 23 commits to master since this release

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 ✨