android_mt6572_jiabo/packages/apps/PackageInstaller/proguard.flags
2025-09-05 16:56:03 +08:00

8 lines
298 B
Text

# The support library contains references to newer platform versions.
# Don't warn about those in case this app is linking against an older
# platform version. We know about them, and they are safe.
-keep class android.support.v7.preference.Preference* {
*;
}
-dontwarn android.support.v4.**