Skip to content

Commit

Permalink
#210 upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
ExNDY committed Mar 4, 2024
1 parent 89637eb commit 8f3b3aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ buildscript {
}
dependencies {
classpath "dev.icerock.moko:network-generator:0.21.1"
classpath "dev.icerock.moko:network-generator:0.21.2"
}
}
Expand All @@ -53,10 +53,10 @@ project build.gradle
apply plugin: "dev.icerock.mobile.multiplatform-network-generator"
dependencies {
commonMainApi("dev.icerock.moko:network:0.21.1")
commonMainApi("dev.icerock.moko:network-engine:0.21.1") // configured HttpClientEngine
commonMainApi("dev.icerock.moko:network-bignum:0.21.1") // kbignum serializer
commonMainApi("dev.icerock.moko:network-errors:0.21.1") // moko-errors integration
commonMainApi("dev.icerock.moko:network:0.21.2")
commonMainApi("dev.icerock.moko:network-engine:0.21.2") // configured HttpClientEngine
commonMainApi("dev.icerock.moko:network-bignum:0.21.2") // kbignum serializer
commonMainApi("dev.icerock.moko:network-errors:0.21.2") // moko-errors integration
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mokoResourcesVersion = "0.21.2"
mokoMvvmVersion = "0.16.0"
mokoErrorsVersion = "0.7.0"
mokoTestVersion = "0.6.1"
mokoNetworkVersion = "0.21.1"
mokoNetworkVersion = "0.21.2"

# tests
espressoCoreVersion = "3.5.1"
Expand Down

0 comments on commit 8f3b3aa

Please sign in to comment.