Skip to content

Commit 6053394

Browse files
BoxStore: also back to 2.4.0.
1 parent e1736ac commit 6053394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

objectbox-java/src/main/java/io/objectbox/BoxStore.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ public class BoxStore implements Closeable {
6363
@Nullable public static Object context;
6464
@Nullable public static Object relinker;
6565
/** Change so ReLinker will update native library when using workaround loading. */
66-
public static final String JNI_VERSION = "2.3.2";
66+
public static final String JNI_VERSION = "2.4.0";
6767

68-
private static final String VERSION = "2.3.2-2019-02-04";
68+
private static final String VERSION = "2.4.0-2019-02-04";
6969
private static BoxStore defaultStore;
7070

7171
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */

0 commit comments

Comments
 (0)