Skip to content

Commit

Permalink
Update Readme.md for 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
4u7 committed Oct 3, 2018
1 parent f0a5041 commit 585c764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Anko is a [Kotlin](http://www.kotlinlang.org/) library which makes Android application development faster and easier. It makes your code clean and easy to read, and lets you forget about rough edges of the Android SDK for Java.

The `0.10.6` release has two satellites `0.10.6-eap13` and `0.10.6-rc13` which are meant to be used with Kotlin 1.3 and release kotlinx.coroutines. Feel free to try them and provide any feedback.
The `0.10.7` release has two satellites `0.10.7-eap13` and `0.10.7-rc13` which are meant to be used with Kotlin 1.3 and release kotlinx.coroutines. Feel free to try them and provide any feedback.

Anko consists of several parts:

Expand Down Expand Up @@ -84,7 +84,7 @@ dependencies {
Make sure that you have the ```$anko_version``` settled in your gradle file at the project level:

```
ext.anko_version='0.10.6'
ext.anko_version='0.10.7'
```

If you only need some of the features, you can reference any of Anko's parts:
Expand Down

0 comments on commit 585c764

Please sign in to comment.