Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex009 committed Feb 25, 2020
1 parent 41848e5 commit 6bde6a5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a Kotlin MultiPlatform library that provides declarative UI and applicat
in common code. You can implement full application for Android and iOS only from common code with it.

## Current status
Current version - `0.1.0-dev-12`. Dev version is not tested in production tasks yet, API can be changed and
Current version - `0.1.0-dev-13`. Dev version is not tested in production tasks yet, API can be changed and
bugs may be found. But dev version is chance to test limits of API and concepts to feedback and improve lib.
We open for any feedback and ideas (go to issues or #moko at [kotlinlang.slack.com](https://kotlinlang.slack.com))!

Expand Down Expand Up @@ -219,6 +219,7 @@ val loginScreen = Theme(baseTheme) {
- 0.1.0-dev-10
- 0.1.0-dev-11
- 0.1.0-dev-12
- 0.1.0-dev-13

## Installation
root build.gradle
Expand All @@ -233,7 +234,7 @@ allprojects {
project build.gradle
```groovy
dependencies {
commonMainApi("dev.icerock.moko:widgets:0.1.0-dev-12")
commonMainApi("dev.icerock.moko:widgets:0.1.0-dev-13")
}
```

Expand All @@ -251,7 +252,7 @@ buildscript {
}
dependencies {
classpath "dev.icerock.moko.widgets:gradle-plugin:0.1.0-dev-12"
classpath "dev.icerock.moko.widgets:gradle-plugin:0.1.0-dev-13"
}
}
Expand Down

0 comments on commit 6bde6a5

Please sign in to comment.