The shrinker may have failed to optimize the Java bytecode. To disable the shrinker, pass the `--no-shrink` flag to this command. To learn more, see: https://developer.android.com/studio/build/shrink-code flutter code example
Example: 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
}
}