From 9bac033bdeaa40e7dbb6e8daf0a2bc168a915ccb Mon Sep 17 00:00:00 2001 From: Aleksey Mikhailov Date: Sun, 8 Dec 2024 15:22:37 +0700 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f3d53aa0..9a7cea8e 100755 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ buildscript { } dependencies { - classpath "dev.icerock.moko:resources-generator:0.24.3" + classpath "dev.icerock.moko:resources-generator:0.24.4" } } @@ -82,10 +82,10 @@ project build.gradle apply plugin: "dev.icerock.mobile.multiplatform-resources" dependencies { - commonMainApi("dev.icerock.moko:resources:0.24.3") - commonMainApi("dev.icerock.moko:resources-compose:0.24.3") // for compose multiplatform + commonMainApi("dev.icerock.moko:resources:0.24.4") + commonMainApi("dev.icerock.moko:resources-compose:0.24.4") // for compose multiplatform - commonTestImplementation("dev.icerock.moko:resources-test:0.24.3") + commonTestImplementation("dev.icerock.moko:resources-test:0.24.4") } multiplatformResources { @@ -132,7 +132,7 @@ should [add `export` declarations](https://kotlinlang.org/docs/multiplatform-bui ``` framework { - export("dev.icerock.moko:resources:0.24.3") + export("dev.icerock.moko:resources:0.24.4") export("dev.icerock.moko:graphics:0.9.0") // toUIColor here } ```