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
3
3
4
4
buildscript {
5
5
ext {
6
- ob_version = ' 2.3.3 '
6
+ ob_version = ' 2.4.0-SNAPSHOT '
7
7
ob_native_version = ob_version // Be careful to diverge here; easy to forget and hard to find JNI problems
8
8
ob_expected_version = project. hasProperty(' expectedVersion' ) ? project. property(' expectedVersion' ) : ' UNDEFINED'
9
9
Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ public class BoxStore implements Closeable {
63
63
@ Nullable public static Object context ;
64
64
@ Nullable public static Object relinker ;
65
65
/** 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 " ;
67
67
68
- private static final String VERSION = "2.3.3 -2019-02-13 " ;
68
+ private static final String VERSION = "2.4.0 -2019-02-14 " ;
69
69
private static BoxStore defaultStore ;
70
70
71
71
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
You can’t perform that action at this time.
0 commit comments