0.9.0-alpha09
Pre-release
Pre-release
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>"
}