We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8829151 commit f1e4677Copy full SHA for f1e4677
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -66,7 +66,7 @@ public class BoxStore implements Closeable {
66
/** Change so ReLinker will update native library when using workaround loading. */
67
public static final String JNI_VERSION = "2.4.0";
68
69
- private static final String VERSION = "2.4.0-2019-06-07";
+ private static final String VERSION = "2.4.0-2019-06-25";
70
private static BoxStore defaultStore;
71
72
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments