diff options
Diffstat (limited to 'proguard.flags')
-rw-r--r-- | proguard.flags | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags new file mode 100644 index 000000000..0a5d2dda9 --- /dev/null +++ b/proguard.flags @@ -0,0 +1,3 @@ +-keep class com.android.inputmethod.latin.BinaryDictionary { + int mDictLength; +} |