Skip to content

0.9.0-alpha09

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 May 11:28
· 148 commits to refs/heads/main since this release

Built to work with Jetpack Compose 1.2.0-alpha08

Breaking changes

Now 'Material Motion for Jetpack Compose' is available on Maven Central! 🎉 🎉 🎉

  repositories {
-     maven { url "https://jitpack.io" }
+     mavenCentral()
  }
  dependencies {
-     implementation "com.github.fornewid.material-motion-compose:core:<version>"
+     implementation "io.github.fornewid:material-motion-compose-core:<version>"

-     implementation "com.github.fornewid.material-motion-compose:navigation:<version>"
+     implementation "io.github.fornewid:material-motion-compose-navigation:<version>"
  }

What’s Changed