flutter/packages/flutter_tools/gradle/flutter_proguard_rules.pro
2019-09-17 08:19:33 -07:00

8 lines
339 B
Prolog

# Build the ephemeral app in a module project.
# Prevents: Warning: library class <plugin-package> depends on program class io.flutter.plugin.**
# This is due to plugins (libraries) depending on the embedding (the program jar)
-dontwarn io.flutter.plugin.**
# The android.** package is provided by the OS at runtime.
-dontwarn android.**