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 026faf7 commit d5e2644Copy full SHA for d5e2644
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -69,9 +69,9 @@ public class BoxStore implements Closeable {
69
@Nullable private static Object relinker;
70
71
/** Change so ReLinker will update native library when using workaround loading. */
72
- public static final String JNI_VERSION = "3.1.2";
+ public static final String JNI_VERSION = "3.1.3";
73
74
- private static final String VERSION = "3.1.2-2022-02-15";
+ private static final String VERSION = "3.1.3-2022-05-05";
75
private static BoxStore defaultStore;
76
77
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments