Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e31060dc authored by Ken Wakasa's avatar Ken Wakasa Committed by Android (Google) Code Review
Browse files

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

parents 97b6343a bdf1ef00
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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.**