diff options
author | 2012-04-02 03:30:50 -0700 | |
---|---|---|
committer | 2012-04-02 03:30:50 -0700 | |
commit | bee1a10285e861b366908b536247ad1df6d3efe9 (patch) | |
tree | 08b8bf295367a46c3c0229c145bba33a63abe6ab | |
parent | 7e518d8b8358c96b94b900f0917cdc5fd8190ce1 (diff) | |
parent | aff55baf2abb9f281daad83c1c007f39e97444be (diff) | |
download | latinime-bee1a10285e861b366908b536247ad1df6d3efe9.tar.gz latinime-bee1a10285e861b366908b536247ad1df6d3efe9.tar.xz latinime-bee1a10285e861b366908b536247ad1df6d3efe9.zip |
Merge "Fix the regression tests"
-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 a0010f961..2ee1a263f 100644 --- a/java/proguard.flags +++ b/java/proguard.flags @@ -40,6 +40,10 @@ void setLogFileManager(...); } +-keep class com.android.inputmethod.keyboard.KeyboardSet$Builder { + void setTouchPositionCorrectionEnabled(...); +} + # 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. |