Flow Preferences Versions Save

Kotlin Flow version of rx-preferences -- Coroutines support for Android SharedPreferences

1.5.0

2 years ago

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 (https://github.com/tfcporciuncula/flow-preferences/commit/7bb14c8f008d09453059970d24d2518f0c91217d). 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.3.2

3 years ago

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).