Skip to content

Commit

Permalink
1. [enhancement] update readme to 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shwenzhang committed Dec 23, 2016
1 parent f906518 commit 981fad1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Tinker
[![license](http://img.shields.io/badge/license-BSD3-brightgreen.svg?style=flat)](https://github.com/Tencent/tinker/blob/master/LICENSE)
[![Release Version](https://img.shields.io/badge/release-1.7.5-red.svg)](https://github.com/Tencent/tinker/releases)
[![Release Version](https://img.shields.io/badge/release-1.7.6-red.svg)](https://github.com/Tencent/tinker/releases)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/tinker/pulls)
[![WeChat Approved](https://img.shields.io/badge/Wechat_Approved-1.6.2-red.svg)](https://github.com/Tencent/tinker/wiki)
[![WeChat Approved](https://img.shields.io/badge/Wechat_Approved-1.7.6-red.svg)](https://github.com/Tencent/tinker/wiki)

Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstalling apk.

Expand All @@ -14,7 +14,7 @@ Add tinker-gradle-plugin as a dependency in your main `build.gradle` in the root
```gradle
buildscript {
dependencies {
classpath ('com.tencent.tinker:tinker-patch-gradle-plugin:1.7.5')
classpath ('com.tencent.tinker:tinker-patch-gradle-plugin:1.7.6')
}
}
```
Expand All @@ -24,9 +24,9 @@ Then you need to "apply" the plugin and add dependencies by adding the following
```gradle
dependencies {
//optional, help to generate the final application
provided('com.tencent.tinker:tinker-android-anno:1.7.5')
provided('com.tencent.tinker:tinker-android-anno:1.7.6')
//tinker's main Android lib
compile('com.tencent.tinker:tinker-android-lib:1.7.5')
compile('com.tencent.tinker:tinker-android-lib:1.7.6')
}
...
...
Expand Down

0 comments on commit 981fad1

Please sign in to comment.