Skip to content

Commit

Permalink
up version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorofeev committed Apr 22, 2021
1 parent 46bbdfe commit c6ad040
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ TODO
- 0.7.0
- 0.7.1
- 0.8.0
- 0.8.1

## Installation
root build.gradle
Expand All @@ -60,7 +61,7 @@ allprojects {
project build.gradle
```groovy
dependencies {
commonMainApi("dev.icerock.moko:media:0.8.0")
commonMainApi("dev.icerock.moko:media:0.8.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Deps {
private const val mokoMvvmVersion = "0.10.0"
private const val mokoPermissionsVersion = "0.9.0"
private const val mokoTestVersion = "0.2.1"
const val mokoMediaVersion = "0.8.0"
const val mokoMediaVersion = "0.8.1"

object Android {
const val compileSdk = 28
Expand Down

0 comments on commit c6ad040

Please sign in to comment.