瀏覽代碼

重新发版本:
版本:2.9.6
tinkerId = "2009006-08014-1508-base"

zengjiebin 7 年之前
父節點
當前提交
31153ef1f1
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/tinker-support.gradle

+ 3 - 3
app/tinker-support.gradle

@@ -5,7 +5,7 @@ def bakPath = file("${buildDir}/bakApk/")
 /**
  * 此处填写每次构建生成的基准包目录
  */
-def baseApkDir = "app-0810-10-47-24"
+def baseApkDir = "app-0814-15-08-22"
 
 /**
  * 对于插件各参数的详细解析请参考
@@ -34,8 +34,8 @@ tinkerSupport {
     baseApkResourceMapping = "${bakPath}/${baseApkDir}/sheep/app-sheep-release-R.txt"
 
     // 构建基准包和补丁包都要指定不同的tinkerId,并且必须保证唯一性(2007000-patch;)
-//    tinkerId = "2009006-08014-1206-base"
-    tinkerId = "2009006-0814-1502-patch"
+    tinkerId = "2009006-08014-1508-base"
+//    tinkerId = "2009006-0814-1502-patch"
 
     // 构建多渠道补丁时使用
     // buildAllFlavorsDir = "${bakPath}/${baseApkDir}"