From f8f2b022e9e6ea218d60eb692ede3e6e48c944af Mon Sep 17 00:00:00 2001 From: Ying Wang Date: Sun, 23 Sep 2012 13:46:58 -0700 Subject: [PATCH] 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 --- core/proguard.flags | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/proguard.flags b/core/proguard.flags index 447e7c557..782d61aa9 100644 --- a/core/proguard.flags +++ b/core/proguard.flags @@ -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.**