Skip to content

1.0.0-rc

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 16:53
· 34 commits to refs/heads/main since this release

Built to work with Jetpack Compose 1.5.0-rc01

First release!

repositories {
    mavenCentral()
}

dependencies {
    // If you're using Material, use placeholder-material
    implementation "io.github.fornewid:placeholder-material:1.0.0-rc"

    // If you're using Material3, use placeholder-material3
    implementation "io.github.fornewid:placeholder-material3:1.0.0-rc"

    // Otherwise use the foundation version
    implementation "io.github.fornewid:placeholder-foundation:1.0.0-rc"
}