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