File tree 2 files changed +3
-2
lines changed
objectbox-java/src/main/java/io/objectbox
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ buildscript {
14
14
15
15
// Core version for tests
16
16
// Be careful to diverge here; easy to forget and hard to find JNI problems
17
- ob_native_version = " 2.4.1-dev-SNAPSHOT"
17
+ // ob_native_version = "2.4.1-dev-SNAPSHOT"
18
+ ob_native_version = " 2.4.1"
18
19
19
20
def osName = System . getProperty(" os.name" ). toLowerCase()
20
21
objectboxPlatform = osName. contains(' linux' ) ? ' linux'
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public class BoxStore implements Closeable {
66
66
/** Change so ReLinker will update native library when using workaround loading. */
67
67
public static final String JNI_VERSION = "2.4.1" ;
68
68
69
- private static final String VERSION = "2.4.1-2019-10-15 " ;
69
+ private static final String VERSION = "2.4.1-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