1.0.0-rc
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!
- ⏳ I made a prototype of the accompanist/placeholder library in the past. (google/accompanist#457)
⚠️ But accompanist/placeholder library was deprecated. (google/accompanist#1672)- 🧩 So I copy the code and publish it as an independent library!
- 🚚 If you're already using accompanist/placeholder library, you can migrate by referring to the migration guide.
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"
}