You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
298 B
8 lines
298 B
# 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.**
|
|
|