Skip to content

Commit 64441d4

Browse files
committed
Update ObfPlugin.groovy
1 parent a924854 commit 64441d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/src/main/groovy/top/niunaijun/blackobfuscator/ObfPlugin.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public class ObfPlugin implements Plugin<Project> {
5252
android.productFlavors.all(new Action<ProductFlavor>() {
5353
@Override
5454
void execute(ProductFlavor productFlavor) {
55+
println("ProductFlavor: " + name)
5556
def name = upperCaseFirst(productFlavor.name)
5657
def names = [productFlavor.name, name]
5758
for (String p : names) {

0 commit comments

Comments
 (0)