Browse Source

提交分类: 功能开发;
提交内容: B2B商务详情页对接短信
当前版本: 测试版本6.1.1
是否冲突: 否

raomeng 8 years ago
parent
commit
7467d056f6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      WeiChat/build.gradle

+ 2 - 2
WeiChat/build.gradle

@@ -120,7 +120,7 @@ android {
         flavor -> flavor.manifestPlaceholders = [UMENG_CHANNEL_VALUE: name]
         flavor -> flavor.manifestPlaceholders = [UMENG_CHANNEL_VALUE: name]
     }
     }
 
 
-    /*applicationVariants.all { variant ->
+    applicationVariants.all { variant ->
         variant.outputs.each { output ->
         variant.outputs.each { output ->
             def outputFile = output.outputFile
             def outputFile = output.outputFile
             def fileName
             def fileName
@@ -142,7 +142,7 @@ android {
                 output.outputFile = new File(outputFile.parent, fileName)
                 output.outputFile = new File(outputFile.parent, fileName)
             }
             }
         }
         }
-    }*/
+    }
 }
 }
 
 
 dependencies {
 dependencies {