Skip to content

Commit

Permalink
Merge pull request #215 from icerockdev/develop
Browse files Browse the repository at this point in the history
Release 0.16.1
  • Loading branch information
anton6tak authored Jul 1, 2021
2 parents ac7f365 + 7a54783 commit 87c81ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ buildscript {
}
dependencies {
classpath "dev.icerock.moko:resources-generator:0.16.0"
classpath "dev.icerock.moko:resources-generator:0.16.1"
}
}
Expand All @@ -53,7 +53,7 @@ project build.gradle
apply plugin: "dev.icerock.mobile.multiplatform-resources"
dependencies {
commonMainApi("dev.icerock.moko:resources:0.16.0")
commonMainApi("dev.icerock.moko:resources:0.16.1")
}
multiplatformResources {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ kotlinPoetVersion = "1.6.0"
kotlinxSerializationVersion = "1.2.1"
detektVersion = "1.15.0"
mokoGraphicsVersion = "0.7.0"
mokoParcelizeVersion = "0.7.0"
mokoResourcesVersion = "0.16.0"
mokoParcelizeVersion = "0.7.1"
mokoResourcesVersion = "0.16.1"

[libraries]
appCompat = { module = "androidx.appcompat:appcompat", version.ref = "androidAppCompatVersion" }
Expand Down

0 comments on commit 87c81ca

Please sign in to comment.