Skip to content

Commit 1b97605

Browse files
committed
up version
1 parent e1c61c5 commit 1b97605

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This is a Kotlin MultiPlatform library that provides access to the resources on
1919
- **Strings, Plurals, Images, Fonts, Files** to access the corresponding resources from common code;
2020
- **Colors** with light/dark mode support;
2121
- **StringDesc** for lifecycle-aware access to resources and unified localization on both platforms;
22+
- **Static** iOS frameworks support;
2223
- **FatFrameworkWithResourcesTask** Gradle task.
2324

2425
## Requirements
@@ -55,6 +56,7 @@ This is a Kotlin MultiPlatform library that provides access to the resources on
5556
- 0.13.1
5657
- kotlin 1.4.21
5758
- 0.13.2
59+
- 0.14.0
5860

5961
## Installation
6062
root build.gradle
@@ -65,7 +67,7 @@ buildscript {
6567
}
6668
6769
dependencies {
68-
classpath "dev.icerock.moko:resources-generator:0.13.2"
70+
classpath "dev.icerock.moko:resources-generator:0.14.0"
6971
}
7072
}
7173
@@ -82,7 +84,7 @@ project build.gradle
8284
apply plugin: "dev.icerock.mobile.multiplatform-resources"
8385
8486
dependencies {
85-
commonMainApi("dev.icerock.moko:resources:0.13.2")
87+
commonMainApi("dev.icerock.moko:resources:0.14.0")
8688
}
8789
8890
multiplatformResources {

buildSrc/src/main/kotlin/Deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object Deps {
1919

2020
private const val mokoGraphicsVersion = "0.5.0"
2121
private const val mokoParcelizeVersion = "0.5.0"
22-
const val mokoResourcesVersion = "0.13.2"
22+
const val mokoResourcesVersion = "0.14.0"
2323

2424
object Android {
2525
const val compileSdk = 28

0 commit comments

Comments
 (0)