Skip to content

Commit d6250f1

Browse files
committed
update readme
1 parent 0ff6b94 commit d6250f1

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![moko-resources](img/logo.png)
2-
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) [![Download](https://api.bintray.com/packages/icerockdev/moko/moko-resources/images/download.svg) ](https://bintray.com/icerockdev/moko/moko-resources/_latestVersion) ![kotlin-version](https://img.shields.io/badge/kotlin-1.3.61-orange)
2+
[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) [![Download](https://api.bintray.com/packages/icerockdev/moko/moko-resources/images/download.svg) ](https://bintray.com/icerockdev/moko/moko-resources/_latestVersion) ![kotlin-version](https://img.shields.io/badge/kotlin-1.3.70-orange)
33

44
# Mobile Kotlin resources
55
This is a Kotlin MultiPlatform library that provides access to the resources on iOS & Android with the support of the default system localization.
@@ -38,6 +38,8 @@ This is a Kotlin MultiPlatform library that provides access to the resources on
3838
- 0.6.2
3939
- 0.7.0
4040
- 0.8.0
41+
- kotlin 1.3.70
42+
- 0.9.0
4143

4244
## Installation
4345
root build.gradle
@@ -48,7 +50,7 @@ buildscript {
4850
}
4951
5052
dependencies {
51-
classpath "dev.icerock.moko:resources-generator:0.8.0"
53+
classpath "dev.icerock.moko:resources-generator:0.9.0"
5254
}
5355
}
5456
@@ -65,7 +67,7 @@ project build.gradle
6567
apply plugin: "dev.icerock.mobile.multiplatform-resources"
6668
6769
dependencies {
68-
commonMainApi("dev.icerock.moko:resources:0.8.0")
70+
commonMainApi("dev.icerock.moko:resources:0.9.0")
6971
}
7072
7173
multiplatformResources {

0 commit comments

Comments
 (0)