Browse Source

打包2.9.0 base 包

zengjiebin 7 years ago
parent
commit
bbf9ccd663
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/tinker-support.gradle

+ 2 - 2
app/tinker-support.gradle

@@ -34,8 +34,8 @@ tinkerSupport {
     baseApkResourceMapping = "${bakPath}/${baseApkDir}/sheep/app-sheep-release-R.txt"
 
     // 构建基准包和补丁包都要指定不同的tinkerId,并且必须保证唯一性(2007000-patch;)
-//    tinkerId = "2008000-2-base"
-    tinkerId = "2008000-0717-1827-patch"
+    tinkerId = "2009000-0726-2235-base"
+//    tinkerId = "2008000-0717-1827-patch"
 
     // 构建多渠道补丁时使用
     // buildAllFlavorsDir = "${bakPath}/${baseApkDir}"