Skip to content

Commit

Permalink
* update version in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lomanyong committed Aug 25, 2016
1 parent 604edc5 commit 1c70b5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Freeline](http://ww4.sinaimg.cn/large/006tNc79gw1f6ooza8pkuj30h804gjrk.jpg)

![Release Version](https://img.shields.io/badge/release-v0.5.0-red.svg) ![BSD License](https://img.shields.io/badge/license-BSD%20-blue.svg) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
![Release Version](https://img.shields.io/badge/release-v0.5.3-red.svg) ![BSD License](https://img.shields.io/badge/license-BSD%20-blue.svg) ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)

*Freeline* is a fast build and deployment tool for Android. Caching reusable class files and resource indices, it enables incrementally building Android apps, and optionally deploying the update to your device with hot swap.

Expand Down Expand Up @@ -49,7 +49,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.antfortune.freeline:gradle:0.5.2'
classpath 'com.antfortune.freeline:gradle:0.5.3'
}
}
````
Expand All @@ -66,7 +66,7 @@ android {
}
dependencies {
compile 'com.antfortune.freeline:runtime:0.5.0'
compile 'com.antfortune.freeline:runtime:0.5.3'
}
````
Finally, apply freeline in your application class.
Expand Down

0 comments on commit 1c70b5b

Please sign in to comment.