mirror of
https://github.com/flutter/flutter
synced 2024-11-05 18:37:51 +00:00
9376a2ac60
- Set exported proguard rules for consumers of integration_test using AGP 8.0 - Updated proguard usage in example to test setting custom proguard rules works. #127388 Documentation for how consumerProguardFiles works. https://developer.android.com/studio/projects/android-library#Considerations Unknown why we had to use ** instead of matching exactly.
5 lines
No EOL
338 B
Text
5 lines
No EOL
338 B
Text
# For some reason org.kxml2.io.KXmlParser and org.kxml2.io.KXmlSerializer
|
|
# are missing and not marked correctly by dependencies.
|
|
# Possibly related to https://github.com/flutter/flutter/issues/56591
|
|
# See https://github.com/flutter/flutter/issues/127388 for more context.
|
|
-dontwarn org.kxml2.io.KXmlParser**,org.kxml2.io.KXmlSerializer** |