We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ea7a0 commit 3d891a0Copy full SHA for 3d891a0
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.4"
+def tinkerIdV = "base-1.1.5"
19
20
21
* 对于插件各参数的详细解析请参考
config.gradle
@@ -4,8 +4,8 @@ ext {
4
buildToolsVersion: "28.0.3",
5
minSdkVersion : 17,
6
targetSdkVersion : 28,
7
- versionCode : 15,
8
- versionName : "1.1.4"
+ versionCode : 16,
+ versionName : "1.1.5"
9
]
10
11
dependVersion = [
0 commit comments