File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ buildscript {
6565 }
6666
6767 dependencies {
68- classpath "dev.icerock.moko:resources-generator:0.25.1 "
68+ classpath "dev.icerock.moko:resources-generator:0.25.2 "
6969 }
7070}
7171
@@ -84,9 +84,9 @@ apply plugin: "dev.icerock.mobile.multiplatform-resources"
8484
8585dependencies {
8686 commonMainApi("dev.icerock.moko:resources:0.25.1")
87- commonMainApi("dev.icerock.moko:resources-compose:0.25.1 ") // for compose multiplatform
87+ commonMainApi("dev.icerock.moko:resources-compose:0.25.2 ") // for compose multiplatform
8888
89- commonTestImplementation("dev.icerock.moko:resources-test:0.25.1 ")
89+ commonTestImplementation("dev.icerock.moko:resources-test:0.25.2 ")
9090}
9191
9292multiplatformResources {
Original file line number Diff line number Diff line change 11[versions ]
2- resourcesVersion = " 0.25.1 "
2+ resourcesVersion = " 0.25.2 "
33
44[libraries ]
55resources = { module = " dev.icerock.moko:resources" , version.ref = " resourcesVersion" }
You can’t perform that action at this time.
0 commit comments