Skip to content

Commit 79bfd4a

Browse files
committed
up version
1 parent 4765641 commit 79bfd4a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ buildscript {
6464
}
6565
6666
dependencies {
67-
classpath "dev.icerock.moko:resources-generator:0.24.4"
67+
classpath "dev.icerock.moko:resources-generator:0.24.5"
6868
}
6969
}
7070
@@ -82,10 +82,10 @@ project build.gradle
8282
apply plugin: "dev.icerock.mobile.multiplatform-resources"
8383
8484
dependencies {
85-
commonMainApi("dev.icerock.moko:resources:0.24.4")
86-
commonMainApi("dev.icerock.moko:resources-compose:0.24.4") // for compose multiplatform
85+
commonMainApi("dev.icerock.moko:resources:0.24.5")
86+
commonMainApi("dev.icerock.moko:resources-compose:0.24.5") // for compose multiplatform
8787
88-
commonTestImplementation("dev.icerock.moko:resources-test:0.24.4")
88+
commonTestImplementation("dev.icerock.moko:resources-test:0.24.5")
8989
}
9090
9191
multiplatformResources {
@@ -132,7 +132,7 @@ should [add `export` declarations](https://kotlinlang.org/docs/multiplatform-bui
132132

133133
```
134134
framework {
135-
export("dev.icerock.moko:resources:0.24.4")
135+
export("dev.icerock.moko:resources:0.24.5")
136136
export("dev.icerock.moko:graphics:0.9.0") // toUIColor here
137137
}
138138
```

gradle/moko.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
resourcesVersion = "0.24.4"
2+
resourcesVersion = "0.24.5"
33

44
[libraries]
55
resources = { module = "dev.icerock.moko:resources", version.ref = "resourcesVersion" }

0 commit comments

Comments
 (0)