Skip to content

Commit f613b1a

Browse files
committed
#54 upgrade to 0.13.0
1 parent 1eacad0 commit f613b1a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ allprojects {
3737
project build.gradle
3838
```groovy
3939
dependencies {
40-
commonMainApi("dev.icerock.moko:fields-core:0.12.0")
40+
commonMainApi("dev.icerock.moko:fields-core:0.13.0")
4141
4242
// integration with reactive flows
43-
commonMainApi("dev.icerock.moko:fields-livedata:0.12.0")
44-
commonMainApi("dev.icerock.moko:fields-flow:0.12.0")
43+
commonMainApi("dev.icerock.moko:fields-livedata:0.13.0")
44+
commonMainApi("dev.icerock.moko:fields-flow:0.13.0")
4545
46-
androidMainApi("dev.icerock.moko:fields-material:0.12.0")
46+
androidMainApi("dev.icerock.moko:fields-material:0.13.0")
4747
}
4848
```
4949

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ coroutinesVersion = "1.6.4"
1313
mokoResourcesVersion = "0.21.2"
1414
mokoMvvmVersion = "0.16.0"
1515
mokoTestVersion = "0.6.1"
16-
mokoFieldsVersion = "0.12.0"
16+
mokoFieldsVersion = "0.13.0"
1717

1818
[libraries]
1919
# android

0 commit comments

Comments
 (0)