diff options
author | 2012-07-20 12:01:33 +0900 | |
---|---|---|
committer | 2012-07-20 12:02:38 +0900 | |
commit | c49c85f835ecd14d09abb6d88c85a3303c566741 (patch) | |
tree | 07d593d4895c754ffdf23407d89aa33f4be85e16 /java/proguard.flags | |
parent | 721fd573f0f375b745df6b785bd31ae087da0f57 (diff) | |
download | latinime-c49c85f835ecd14d09abb6d88c85a3303c566741.tar.gz latinime-c49c85f835ecd14d09abb6d88c85a3303c566741.tar.xz latinime-c49c85f835ecd14d09abb6d88c85a3303c566741.zip |
Implement ResizableIntArray.setLength and .get
This change revises ResizableIntArrayTests as well.
Diffstat (limited to 'java/proguard.flags')
-rw-r--r-- | java/proguard.flags | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/proguard.flags b/java/proguard.flags index 163352287..1711b99df 100644 --- a/java/proguard.flags +++ b/java/proguard.flags @@ -24,6 +24,10 @@ *; } +-keep class com.android.inputmethod.latin.ResizableIntArray { + *; +} + -keep class com.android.inputmethod.latin.spellcheck.SpellCheckerSettingsFragment { *; } |