File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
objectbox-java/src/main/java/io/objectbox Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,7 @@ buildscript {
13
13
14
14
// Core version for tests
15
15
// Be careful to diverge here; easy to forget and hard to find JNI problems
16
- // ob_native_version = "2.4.1-dev-SNAPSHOT"
17
- ob_native_version = " 2.4.1"
16
+ ob_native_version = " 2.4.2-dev-SNAPSHOT"
18
17
19
18
def osName = System . getProperty(" os.name" ). toLowerCase()
20
19
objectboxPlatform = osName. contains(' linux' ) ? ' linux'
Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ public class BoxStore implements Closeable {
64
64
@ Nullable public static Object relinker ;
65
65
66
66
/** Change so ReLinker will update native library when using workaround loading. */
67
- public static final String JNI_VERSION = "2.4.1 " ;
67
+ public static final String JNI_VERSION = "2.4.2 " ;
68
68
69
- private static final String VERSION = "2.4.1 -2019-10-29" ;
69
+ private static final String VERSION = "2.4.2 -2019-10-29" ;
70
70
private static BoxStore defaultStore ;
71
71
72
72
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */
You can’t perform that action at this time.
0 commit comments