blob: 115958fa32a6c1836d370f9bdb303ec37d6746cf [file] [log] [blame]
Dianne Hackbornf57032f2012-05-02 16:56:14 -07001# 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
Jason Monk7152b1e2015-06-22 12:15:38 -04005-keep class android.support.v7.preference.Preference* {
6 *;
7}
Dianne Hackbornf57032f2012-05-02 16:56:14 -07008-dontwarn android.support.v4.**