am 82b3727c
: Fix proguard.flags to keep method for testing
* commit '82b3727c8327c18cf8584b4afcd3e16164be4f3a': Fix proguard.flags to keep method for testing
This commit is contained in:
commit
e09f2f6def
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@
|
|||
*;
|
||||
}
|
||||
|
||||
-keep class com.android.inputmethod.keyboard.internal.MiniKeyboardBuilder$MiniKeyboardParams {
|
||||
-keep class com.android.inputmethod.keyboard.MiniKeyboard$Builder$MiniKeyboardParams {
|
||||
<init>(...);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue