File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ allprojects {
37
37
project build.gradle
38
38
``` groovy
39
39
dependencies {
40
- commonMainApi("dev.icerock.moko:fields-core:0.12 .0")
40
+ commonMainApi("dev.icerock.moko:fields-core:0.13 .0")
41
41
42
42
// 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")
45
45
46
- androidMainApi("dev.icerock.moko:fields-material:0.12 .0")
46
+ androidMainApi("dev.icerock.moko:fields-material:0.13 .0")
47
47
}
48
48
```
49
49
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ coroutinesVersion = "1.6.4"
13
13
mokoResourcesVersion = " 0.21.2"
14
14
mokoMvvmVersion = " 0.16.0"
15
15
mokoTestVersion = " 0.6.1"
16
- mokoFieldsVersion = " 0.12 .0"
16
+ mokoFieldsVersion = " 0.13 .0"
17
17
18
18
[libraries ]
19
19
# android
You can’t perform that action at this time.
0 commit comments