Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7791aae

Browse files
chore(lib): upgrade tinkerpatch version to 1.1.0
1 parent e95d3ad commit 7791aae

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

‎app/tinkerpatch.gradle‎

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,37 @@ apply plugin: 'tinkerpatch-support'
22

33
def bakPath = file("${buildDir}/bakApk/")
44

5-
def appName = "app-1.0.0.release-0111年05月31日-56"
5+
def appName = "app-1.0.0-0113-21-50-44"
66

77
/**
88
* 对于插件各参数的详细解析请参考
99
* http://tinkerpatch.com/Docs/SDK
1010
*/
1111
tinkerpatchSupport {
1212
tinkerEnable = true
13-
appKey = "f828475486f91936"
13+
appKey = "f938475486f91936"
1414
autoBackupApkPath = "${bakPath}"
1515

1616
baseApkInfos {
1717
item {
1818
variantName = "debug"
19-
appVersion = "1.0.0.debug"
19+
appVersion = "1.0.0"
2020

2121
def pathPrefix = "${bakPath}/${appName}/${variantName}/"
22-
def name = "app-debug"
22+
def name = "app-${variantName}"
2323
baseApkFile = "${pathPrefix}/${name}.apk"
2424
baseProguardMappingFile = "${pathPrefix}/${name}-mapping.txt"
2525
baseResourceRFile = "${pathPrefix}/${name}-R.txt"
2626
}
27+
}
28+
29+
baseApkInfos {
2730
item {
2831
variantName = "release"
29-
appVersion = "1.0.0.release"
32+
appVersion = "1.0.0"
3033

3134
def pathPrefix = "${bakPath}/${appName}/${variantName}/"
32-
def name = "app-release"
35+
def name = "app-${variantName}"
3336
baseApkFile = "${pathPrefix}/${name}.apk"
3437
baseProguardMappingFile = "${pathPrefix}/${name}-mapping.txt"
3538
baseResourceRFile = "${pathPrefix}/${name}-R.txt"

‎gradle.properties‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
#Thu Dec 08 22:20:28 CST 2016
1616

1717
TINKER_VERSION=1.7.7
18-
TINKERPATCH_VERSION=1.0.4
18+
TINKERPATCH_VERSION=1.1.0

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /