Skip to content

Releases: fornewid/placeholder

2.0.0

05 Jun 14:09
Compare
Choose a tag to compare

Built to work with Compose Multiplatform 1.6.10

What’s Changed

1.1.3

01 Jun 11:02
Compare
Choose a tag to compare

Built to work with Jetpack Compose 1.6.7

What’s Changed

1.1.2

02 Mar 13:37
Compare
Choose a tag to compare

Built to work with Jetpack Compose 1.6.2

What’s Changed

1.1.1

02 Mar 09:30
Compare
Choose a tag to compare

Built to work with Jetpack Compose 1.6.0

What’s Changed

1.1.0-alpha

12 Aug 13:02
Compare
Choose a tag to compare

Built to work with Jetpack Compose 1.6.0-alpha03

What’s Changed

1.0.1

12 Aug 02:18
Compare
Choose a tag to compare

Built to work with Jetpack Compose 1.5.0

What’s Changed

1.0.0-rc

31 Jul 16:53
Compare
Choose a tag to compare

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"
}