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