blob: 115958fa32a6c1836d370f9bdb303ec37d6746cf [file] [log] [blame]
# 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.**