Skip to content

Commit

Permalink
Merge pull request #756 from icerockdev/develop
Browse files Browse the repository at this point in the history
Release 0.24.2
  • Loading branch information
Alex009 authored Aug 23, 2024
2 parents 71095fc + 9743493 commit 4fefda5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ buildscript {
}
dependencies {
classpath "dev.icerock.moko:resources-generator:0.24.1"
classpath "dev.icerock.moko:resources-generator:0.24.2"
}
}
Expand All @@ -82,10 +82,10 @@ project build.gradle
apply plugin: "dev.icerock.mobile.multiplatform-resources"
dependencies {
commonMainApi("dev.icerock.moko:resources:0.24.1")
commonMainApi("dev.icerock.moko:resources-compose:0.24.1") // for compose multiplatform
commonMainApi("dev.icerock.moko:resources:0.24.2")
commonMainApi("dev.icerock.moko:resources-compose:0.24.2") // for compose multiplatform
commonTestImplementation("dev.icerock.moko:resources-test:0.24.1")
commonTestImplementation("dev.icerock.moko:resources-test:0.24.2")
}
multiplatformResources {
Expand Down Expand Up @@ -132,7 +132,7 @@ should [add `export` declarations](https://kotlinlang.org/docs/multiplatform-bui

```
framework {
export("dev.icerock.moko:resources:0.24.1")
export("dev.icerock.moko:resources:0.24.2")
export("dev.icerock.moko:graphics:0.9.0") // toUIColor here
}
```
Expand Down
2 changes: 1 addition & 1 deletion gradle/moko.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
resourcesVersion = "0.24.1"
resourcesVersion = "0.24.2"

[libraries]
resources = { module = "dev.icerock.moko:resources", version.ref = "resourcesVersion" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ actual interface StringDesc {
abstract val locale: NSLocale
}

@ThreadLocal
actual companion object {
actual var localeType: LocaleType = LocaleType.System
}
Expand Down

0 comments on commit 4fefda5

Please sign in to comment.