Skip to content

3.0.0-rc01

Compare
Choose a tag to compare
@LouisCAD LouisCAD released this 01 Aug 19:39
· 203 commits to main since this release

Version 3.0.0-rc01 (2021-08-01)

Compiled with Kotlin 1.5.21 and kotlinx.coroutines 1.5.1-native-mt.

This release removes previously deprecated code.

Make sure you don't have transitive dependencies that relied on deprecated code from a previous release of Splitties! If that's the case, you'll see the host app crash at runtime.

Removed

The "Init provider" split has been removed and is no longer published starting with this release.

You can find if you are using it by searching for its maven coordinates:
com.louiscad.splitties:splitties-initprovider (the "Find in Path" IDE option can help you locate it).

If you used it, you'll need to move to AndroidX App Startup.

All the other previously deprecated symbols at hidden level have been removed.
This completes the deprecation cycle for the upcoming Splitties 3.0.0 release.