File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
objectbox-java/src/main/java/io/objectbox Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version = ob_version
33
44buildscript {
55 ext {
6- ob_version = ' 2.3.3 '
6+ ob_version = ' 2.4.0-SNAPSHOT '
77 ob_native_version = ob_version // Be careful to diverge here; easy to forget and hard to find JNI problems
88 ob_expected_version = project. hasProperty(' expectedVersion' ) ? project. property(' expectedVersion' ) : ' UNDEFINED'
99
Original file line number Diff line number Diff 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.3 " ;
66+ public static final String JNI_VERSION = "2.4.0 " ;
6767
68- private static final String VERSION = "2.3.3 -2019-02-13 " ;
68+ private static final String VERSION = "2.4.0 -2019-02-14 " ;
6969 private static BoxStore defaultStore ;
7070
7171 /** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
You can’t perform that action at this time.
0 commit comments