Merge "Fix LatinIME's ProGuard config for support libs using flags copied from Email app."

main
Ken Wakasa 2012-03-05 16:49:19 -08:00 committed by Android (Google) Code Review
commit e31060dc77
1 changed files with 6 additions and 0 deletions

View File

@ -38,3 +38,9 @@
-keep class com.android.inputmethod.keyboard.MoreKeysKeyboard$Builder$MoreKeysKeyboardParams {
<init>(...);
}
# 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.
-dontwarn android.support.v4.**
-dontwarn android.support.v13.**