Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@flaringapp flaringapp released this 06 Feb 13:37
· 1 commit to main since this release
b36570c

Breaking change

Library is now hosted on Maven Central instead of Jitpack - #33

Make sure to update your dependency:

dependencies {
    implementation("io.github.flaringapp:ComposeCollapsingTopBar:1.1.0")
}

Other

Add complete README - #29