No code modifications done yet so that it will be clear what code changed. Test: Does not build. requires later change Change-Id: If0c0be70555808424d214ba6627a3042666925ed
9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
# 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 androidx.preference.Preference* {
|
|
*;
|
|
}
|
|
-dontwarn androidx.core.**
|