We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1736ac commit 6053394Copy full SHA for 6053394
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -63,9 +63,9 @@ public class BoxStore implements Closeable {
63
@Nullable public static Object context;
64
@Nullable public static Object relinker;
65
/** Change so ReLinker will update native library when using workaround loading. */
66
- public static final String JNI_VERSION = "2.3.2";
+ public static final String JNI_VERSION = "2.4.0";
67
68
- private static final String VERSION = "2.3.2-2019-02-04";
+ private static final String VERSION = "2.4.0-2019-02-04";
69
private static BoxStore defaultStore;
70
71
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments