mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix LatinIME's ProGuard config for support libs using flags copied from Email app.
Bug: 5829051 Change-Id: Ie1784d1ba1a4515ab492a06d7adc10c7d54a64c5
This commit is contained in:
parent
e79b1a8312
commit
bdf1ef00c5
@ -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.**
|
||||
|
Loading…
x
Reference in New Issue
Block a user