Skip to content

0.4.0

Choose a tag to compare

@hristogochev hristogochev released this 03 Sep 12:31
· 10 commits to main since this release

Highlights

  • Updated all dependencies and switched to Compose Multiplatform 1.12.0.
  • 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

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.