Skip to content

Commit

Permalink
update readme for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcxiaoke committed Feb 4, 2016
1 parent b72ef3c commit caffaa4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Koi

## A lightweight Kotlin library for Android (only ~160k)
## A lightweight Kotlin library for Android

## Gradle

Latest Version: [![Maven Central](https://img.shields.io/badge/2016.02.04-com.mcxiaoke.koi:core:0.4.0-brightgreen.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.mcxiaoke.koi%22)

```gradle
compile 'com.mcxiaoke.koi:core:0.3.+' // useful extensions (only ~90k)
compile 'com.mcxiaoke.koi:async:0.3.+' // async functions (only ~70k)
compile 'com.mcxiaoke.koi:core:0.4.+' // useful extensions (only ~100k)
compile 'com.mcxiaoke.koi:async:0.4.+' // async functions (only ~70k)
```

## Usage
Expand Down Expand Up @@ -1062,4 +1064,4 @@ fun asyncDelayFunctions() {
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-XX:MaxPermSize=1024m

VERSION_NAME=0.4.0-SNAPSHOT
VERSION_NAME=0.4.0
VERSION_CODE=400

GROUP=com.mcxiaoke.koi
Expand Down

0 comments on commit caffaa4

Please sign in to comment.