Skip to content

17.0.0

Compare
Choose a tag to compare
@dpastor dpastor released this 02 Jan 12:13
· 2 commits to main since this release
104b522

What's Changed

🔨 Breaking Changes

This version has a breaking change that should be taken into account when updating the Mistica version in your project.

Mistica does not expose internal dependencies as api anymore

specifically, these dependencies have been changed from "api" to "implementation" in mistica lib:

com.google.android.material:material
androidx.constraintlayout:constraintlayout
androidx.constraintlayout:constraintlayout-solver
androidx.recyclerview:recyclerview
androidx.compose.runtime:runtime

If you were using any of these directly on your project, compilation will fail after upgrading to this version. You should explicitly include in your project specific dependencies you are using there.

Full Changelog: 16.2.0...17.0.0