We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2868331 commit 5dc6b94Copy full SHA for 5dc6b94
2 files changed
README.md
@@ -41,7 +41,7 @@ buildscript {
41
}
42
43
dependencies {
44
- classpath "dev.icerock.moko:resources-generator:0.17.3"
+ classpath "dev.icerock.moko:resources-generator:0.17.4"
45
46
47
@@ -58,7 +58,7 @@ project build.gradle
58
apply plugin: "dev.icerock.mobile.multiplatform-resources"
59
60
61
- commonMainApi("dev.icerock.moko:resources:0.17.3")
+ commonMainApi("dev.icerock.moko:resources:0.17.4")
62
63
64
multiplatformResources {
gradle/libs.versions.toml
@@ -31,7 +31,7 @@ robolectricVersion = "4.6"
31
mokoGraphicsVersion = "0.7.0"
32
mokoParcelizeVersion = "0.7.1"
33
mokoTestVersion = "0.4.1"
34
-mokoResourcesVersion = "0.17.3"
+mokoResourcesVersion = "0.17.4"
35
36
[libraries]
37
# kotlinx
0 commit comments