We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbeb191 commit 042ab76Copy full SHA for 042ab76
2 files changed
app/tinker-support.gradle
@@ -15,7 +15,7 @@ def baseApkDir = "app-1026-22-10-05"
15
/**
16
* 构建基准包和补丁包都要指定不同的tinkerId,并且必须保证唯一性
17
*/
18
-def tinkerIdV = "base-1.1.7"
+def tinkerIdV = "base-1.1.8"
19
20
21
* 对于插件各参数的详细解析请参考
config.gradle
@@ -4,8 +4,8 @@ ext {
4
buildToolsVersion: "30.0.3",
5
minSdkVersion : 17,
6
targetSdkVersion : 30,
7
- versionCode : 18,
8
- versionName : "1.1.7"
+ versionCode : 19,
+ versionName : "1.1.8"
9
]
10
11
dependVersion = [
0 commit comments