Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

The shrinker may have failed to optimize the Java bytecode. To disable the shrinker, pass the `--no-shrink` flag to this command.

buildTypes {
        release {
            signingConfig signingConfigs.debug
            minifyEnabled true
        }
        debug{
            minifyEnabled true
        }
    }
Source by github.com #
 
PREVIOUS NEXT
Tagged: #The #shrinker #failed #optimize #Java #To #disable #pass #flag
ADD COMMENT
Topic
Name
1+9 =