17.0.0
What's Changed
- ANDROID-15581 Upgrade material lib & do not expose internal dependencies as api by @dpastor in #402
🔨 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