Skip to content

Commit

Permalink
Update composemediaplayer dependency to v0.3.0
Browse files Browse the repository at this point in the history
Upgraded the dependency version in the README to reflect the latest release. This ensures users implement the updated library version with new features or fixes.
  • Loading branch information
kdroidFilter committed Feb 15, 2025
1 parent 3424fd0 commit 8af825a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To add Compose Media Player to your project, include the following dependency in

```kotlin
dependencies {
implementation("io.github.kdroidfilter:composemediaplayer:0.2.0")
implementation("io.github.kdroidfilter:composemediaplayer:0.3.0")
}
```

Expand Down

0 comments on commit 8af825a

Please sign in to comment.