We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a924854 commit 64441d4Copy full SHA for 64441d4
plugin/src/main/groovy/top/niunaijun/blackobfuscator/ObfPlugin.groovy
@@ -52,6 +52,7 @@ public class ObfPlugin implements Plugin<Project> {
52
android.productFlavors.all(new Action<ProductFlavor>() {
53
@Override
54
void execute(ProductFlavor productFlavor) {
55
+ println("ProductFlavor: " + name)
56
def name = upperCaseFirst(productFlavor.name)
57
def names = [productFlavor.name, name]
58
for (String p : names) {
0 commit comments