Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ This library will continue to be maintained until this is officially supported i

## Versions

| `compose-shadow` | CMP | Kotlin |
|------------------|---------------|--------|
| 2.0.3 | 1.7.3 | 2.1.10 |
| 2.0.1 | 1.7.1 | 2.1.0 |
| 2.0.0 | 1.7.1 | 2.0.21 |
| 1.0.0 | 1.7.0-rc01 | 2.0.21 |
| `compose-shadow` | CMP | Kotlin |
|------------------|------------|--------|
| 2.0.4 | 1.8.1 | 2.1.21 |
| 2.0.3 | 1.7.3 | 2.1.10 |
| 2.0.1 | 1.7.1 | 2.1.0 |
| 2.0.0 | 1.7.1 | 2.0.21 |
| 1.0.0 | 1.7.0-rc01 | 2.0.21 |

## Installation

Expand Down
2 changes: 1 addition & 1 deletion compose-shadow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ mavenPublishing {
coordinates(
groupId = "com.adamglin",
artifactId = "compose-shadow",
version = "2.0.3"
version = "2.0.4"
)
pom {
name.set("compose-shadow")
Expand Down
Loading