You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switched to a new architecture for the samples subproject to satisfy the new Kotlin Multiplatform project template.
When running the samples project, you must now open the sample directory as a project in Android Studio, rather than being able to launch it from the main library project. The reason for this change is to be able to more closely mimic real projects using Vortex and reduce friction in integrations with the library when trying out a sample.
Bug fixes
Fixed a major regression in CurrentScreenPredictiveBack, that occurred after updating to Compose Multiplatform 1.12.0.
Breaking changes
Compose Multiplatform 1.12.0 now requires JVM 11 as the Android JVM target for any applications and libraries that use it. Vortex is forced to update from JVM_1_8 to JVM_11.
Compose Multiplatform 1.12.0 now requires SDK 23 as the minimum Android SDK for any applications and libraries that use it.
Vortex is forced to update from minSdk 21 to minSdk 23.