Parcourir la source

发测试包:
版本:2.9.6
基包:def baseApkDir = "app-0808-22-34-33"
补丁:tinkerId = "2009006-0810-1002-patch"

zengjiebin il y a 7 ans
Parent
commit
decd686711
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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-0801-08-33-59"
+def baseApkDir = "app-0808-22-34-33"
 
 /**
  * 对于插件各参数的详细解析请参考
@@ -34,8 +34,8 @@ tinkerSupport {
     baseApkResourceMapping = "${bakPath}/${baseApkDir}/sheep/app-sheep-release-R.txt"
 
     // 构建基准包和补丁包都要指定不同的tinkerId,并且必须保证唯一性(2007000-patch;)
-    tinkerId = "2009006-0808-2234-base"
-//    tinkerId = "2009000-0727-2125-patch"
+//    tinkerId = "2009006-0808-2234-base"
+    tinkerId = "2009006-0810-1002-patch"
 
     // 构建多渠道补丁时使用
     // buildAllFlavorsDir = "${bakPath}/${baseApkDir}"