• auto-submit[bot]'s avatar
    Reverts "Ensure `flutter build apk --release` optimizes+shrinks platform code" (#137433) · 4cae1af4
    auto-submit[bot] authored
    Reverts flutter/flutter#136880
    Initiated by: camsim99
    This change reverts the following previous change:
    Original Description:
    Since the original PR that supposedly enabled proguard, it was using the android proguard rules that disable optimizations. See initial PR in [0]
    
    This PR changes the flutter gradle plugin to use the `proguard-android-optimize.txt` (instead of `proguard-android.txt`) which will enable optimizations/shrinking of platform code (i.e. java/kotlin).
    
    For a simple flutter hello world this results in a 25% reduction in the resulting DEX file (`classes.dex` of the APK).
    
    [0] f098de1f
    
    Fixes https://github.com/flutter/flutter/issues/136879
    4cae1af4
Name
Last commit
Last update
..
bin Loading commit data...
doc Loading commit data...
gradle Loading commit data...
ide_templates/intellij Loading commit data...
lib Loading commit data...
static Loading commit data...
templates Loading commit data...
test Loading commit data...
tool Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
dart_test.yaml Loading commit data...
pubspec.yaml Loading commit data...