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:
Ying Wang 2012-09-23 13:46:58 -07:00
parent 32130c6d09
commit f8f2b022e9
1 changed files with 5 additions and 1 deletions

View File

@ -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.**