forked from openkylin/platform_build
Ignore support library Proguard warning
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. Change-Id: Ia2a90398b1db1858d005ec09ded56751cc6ffb00
This commit is contained in:
parent
32130c6d09
commit
f8f2b022e9
|
@ -70,4 +70,8 @@
|
|||
# public static final android.os.Parcelable$Creator *;
|
||||
#}
|
||||
|
||||
|
||||
# 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.
|
||||
# See proguard-android.txt in the SDK package.
|
||||
-dontwarn android.support.**
|
||||
|
|
Loading…
Reference in New Issue