Skip to content

Commit 82ef933

Browse files
committed
update README to tinker version 1.7.8
1 parent 8530936 commit 82ef933

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Tinker
22
[![license](http://img.shields.io/badge/license-BSD3-brightgreen.svg?style=flat)](https://github.com/Tencent/tinker/blob/master/LICENSE)
3-
[![Release Version](https://img.shields.io/badge/release-1.7.7-red.svg)](https://github.com/Tencent/tinker/releases)
3+
[![Release Version](https://img.shields.io/badge/release-1.7.8-red.svg)](https://github.com/Tencent/tinker/releases)
44
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/Tencent/tinker/pulls)
5-
[![WeChat Approved](https://img.shields.io/badge/Wechat_Approved-1.7.7-red.svg)](https://github.com/Tencent/tinker/wiki)
5+
[![WeChat Approved](https://img.shields.io/badge/Wechat_Approved-1.7.8-red.svg)](https://github.com/Tencent/tinker/wiki)
66

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

@@ -14,7 +14,7 @@ Add tinker-gradle-plugin as a dependency in your main `build.gradle` in the root
1414
```gradle
1515
buildscript {
1616
dependencies {
17-
classpath ('com.tencent.tinker:tinker-patch-gradle-plugin:1.7.7')
17+
classpath ('com.tencent.tinker:tinker-patch-gradle-plugin:1.7.8')
1818
}
1919
}
2020
```
@@ -24,9 +24,9 @@ Then you need to "apply" the plugin and add dependencies by adding the following
2424
```gradle
2525
dependencies {
2626
//optional, help to generate the final application
27-
provided('com.tencent.tinker:tinker-android-anno:1.7.7')
27+
provided('com.tencent.tinker:tinker-android-anno:1.7.8')
2828
//tinker's main Android lib
29-
compile('com.tencent.tinker:tinker-android-lib:1.7.7')
29+
compile('com.tencent.tinker:tinker-android-lib:1.7.8')
3030
}
3131
...
3232
...

0 commit comments

Comments
 (0)