File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
## Tinker
2
2
[ ![ 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.8.1 -red.svg )] ( https://github.com/Tencent/tinker/releases )
3
+ [ ![ Release Version] ( https://img.shields.io/badge/release-1.9.0 -red.svg )] ( https://github.com/Tencent/tinker/releases )
4
4
[ ![ 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.8 .0-red.svg )] ( https://github.com/Tencent/tinker/wiki )
5
+ [ ![ WeChat Approved] ( https://img.shields.io/badge/Wechat_Approved-1.9 .0-red.svg )] ( https://github.com/Tencent/tinker/wiki )
6
6
7
7
Tinker is a hot-fix solution library for Android, it supports dex, library and resources update without reinstalling apk.
8
8
@@ -14,7 +14,7 @@ Add tinker-gradle-plugin as a dependency in your main `build.gradle` in the root
14
14
``` gradle
15
15
buildscript {
16
16
dependencies {
17
- classpath ('com.tencent.tinker:tinker-patch-gradle-plugin:1.8.1 ')
17
+ classpath ('com.tencent.tinker:tinker-patch-gradle-plugin:1.9.0 ')
18
18
}
19
19
}
20
20
```
@@ -24,9 +24,9 @@ Then you need to "apply" the plugin and add dependencies by adding the following
24
24
``` gradle
25
25
dependencies {
26
26
//optional, help to generate the final application
27
- provided('com.tencent.tinker:tinker-android-anno:1.8.1 ')
27
+ provided('com.tencent.tinker:tinker-android-anno:1.9.0 ')
28
28
//tinker's main Android lib
29
- compile('com.tencent.tinker:tinker-android-lib:1.8.1 ')
29
+ compile('com.tencent.tinker:tinker-android-lib:1.9.0 ')
30
30
}
31
31
...
32
32
...
You can’t perform that action at this time.
0 commit comments