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 741ac19 commit 67d7783Copy full SHA for 67d7783
objectbox-java/src/main/java/io/objectbox/BoxStore.java
@@ -65,9 +65,9 @@ public class BoxStore implements Closeable {
65
@Nullable private static Object relinker;
66
67
/** Change so ReLinker will update native library when using workaround loading. */
68
- public static final String JNI_VERSION = "2.7.0";
+ public static final String JNI_VERSION = "2.7.1";
69
70
- private static final String VERSION = "2.7.0-2020-07-30";
+ private static final String VERSION = "2.7.1-2020-08-19";
71
private static BoxStore defaultStore;
72
73
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
0 commit comments