|
|
@@ -5,7 +5,7 @@ def bakPath = file("${buildDir}/bakApk/")
|
|
|
/**
|
|
|
* 此处填写每次构建生成的基准包目录
|
|
|
*/
|
|
|
-def baseApkDir = "app-0726-22-36-12"
|
|
|
+def baseApkDir = "app-0801-08-33-59"
|
|
|
|
|
|
/**
|
|
|
* 对于插件各参数的详细解析请参考
|
|
|
@@ -34,7 +34,7 @@ tinkerSupport {
|
|
|
baseApkResourceMapping = "${bakPath}/${baseApkDir}/sheep/app-sheep-release-R.txt"
|
|
|
|
|
|
// 构建基准包和补丁包都要指定不同的tinkerId,并且必须保证唯一性(2007000-patch;)
|
|
|
- tinkerId = "2009000-0730-0932-base"
|
|
|
+ tinkerId = "2009005-0801-0835-base"
|
|
|
// tinkerId = "2009000-0727-2125-patch"
|
|
|
|
|
|
// 构建多渠道补丁时使用
|