aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-05-14 20:37:19 +0900
committerKeisuke Kuroyanagi <ksk@google.com>2014-05-14 22:37:07 +0900
commit04536f14b02566ead3a95fc7d80d47e8d99936ed (patch)
tree7d19442056887c8704512ebed8f9dd2dfe904291 /java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
parent7116ea98f4002b79b517a695e37e01a78c84e97e (diff)
downloadlatinime-04536f14b02566ead3a95fc7d80d47e8d99936ed.tar.gz
latinime-04536f14b02566ead3a95fc7d80d47e8d99936ed.tar.xz
latinime-04536f14b02566ead3a95fc7d80d47e8d99936ed.zip
Add VERSION4_DEV(402) in Java side and use it for tests.
Bug: 13406708 Change-Id: I7c9c53bf34d12dced7331a359a83f6444490783a
Diffstat (limited to 'java/src/com/android/inputmethod/latin/makedict/FormatSpec.java')
-rw-r--r--java/src/com/android/inputmethod/latin/makedict/FormatSpec.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
index 613ff2ba4..f5f072b7a 100644
--- a/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
+++ b/java/src/com/android/inputmethod/latin/makedict/FormatSpec.java
@@ -193,8 +193,9 @@ public final class FormatSpec {
// Dictionary version used for testing.
public static final int VERSION4_ONLY_FOR_TESTING = 399;
public static final int VERSION4 = 401;
+ public static final int VERSION4_DEV = 402;
static final int MINIMUM_SUPPORTED_VERSION = VERSION2;
- static final int MAXIMUM_SUPPORTED_VERSION = VERSION4;
+ static final int MAXIMUM_SUPPORTED_VERSION = VERSION4_DEV;
// TODO: Make this value adaptative to content data, store it in the header, and
// use it in the reading code.