File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
tinker-android/tinker-android-loader/src/main/java/com/tencent/tinker/loader/shareutil Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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.10 -red.svg )] ( https://github.com/Tencent/tinker/releases )
3+ [ ![ Release Version] ( https://img.shields.io/badge/release-1.7.11 -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 )
55[ ![ WeChat Approved] ( https://img.shields.io/badge/Wechat_Approved-1.7.9-red.svg )] ( https://github.com/Tencent/tinker/wiki )
66
@@ -14,7 +14,7 @@ Add tinker-gradle-plugin as a dependency in your main `build.gradle` in the root
1414``` gradle
1515buildscript {
1616 dependencies {
17- classpath ('com.tencent.tinker:tinker-patch-gradle-plugin:1.7.10 ')
17+ classpath ('com.tencent.tinker:tinker-patch-gradle-plugin:1.7.11 ')
1818 }
1919}
2020```
@@ -24,9 +24,9 @@ Then you need to "apply" the plugin and add dependencies by adding the following
2424``` gradle
2525dependencies {
2626 //optional, help to generate the final application
27- provided('com.tencent.tinker:tinker-android-anno:1.7.10 ')
27+ provided('com.tencent.tinker:tinker-android-anno:1.7.11 ')
2828 //tinker's main Android lib
29- compile('com.tencent.tinker:tinker-android-lib:1.7.10 ')
29+ compile('com.tencent.tinker:tinker-android-lib:1.7.11 ')
3030}
3131...
3232...
Original file line number Diff line number Diff line change 1616# This option should only be used with decoupled projects. More details, visit
1717# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818# org.gradle.parallel=true
19- VERSION_NAME_PREFIX =1.7.10
19+ VERSION_NAME_PREFIX =1.7.11
2020VERSION_NAME_SUFFIX =
Original file line number Diff line number Diff line change 2020 * Created by zhangshaowen on 16/3/24.
2121 */
2222public class ShareConstants {
23- public static final String TINKER_VERSION = "1.7.10 " ;
23+ public static final String TINKER_VERSION = "1.7.11 " ;
2424
2525 public static final int BUFFER_SIZE = 16384 ;
2626 public static final int MD5_LENGTH = 32 ;
Original file line number Diff line number Diff line change 1717# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818# org.gradle.parallel=true
1919
20- TINKER_VERSION =1.7.10
20+ TINKER_VERSION =1.7.11
You can’t perform that action at this time.
0 commit comments