blob: 115958fa32a6c1836d370f9bdb303ec37d6746cf (
plain)
1
2
3
4
5
6
7
8
|
# 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.**
|