From c6ad0403a72ba5b14d0ada02219c909bf74824bd Mon Sep 17 00:00:00 2001 From: Andrey Dorofeev Date: Thu, 22 Apr 2021 13:47:29 +0700 Subject: [PATCH] up version --- README.md | 3 ++- buildSrc/src/main/kotlin/Deps.kt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52545f3..f86d81b 100755 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ TODO - 0.7.0 - 0.7.1 - 0.8.0 + - 0.8.1 ## Installation root build.gradle @@ -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") } ``` diff --git a/buildSrc/src/main/kotlin/Deps.kt b/buildSrc/src/main/kotlin/Deps.kt index f4fd427..c123aa0 100755 --- a/buildSrc/src/main/kotlin/Deps.kt +++ b/buildSrc/src/main/kotlin/Deps.kt @@ -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