Skip to content

Commit 0e1496f

Browse files
Part 2: test native 2.4.1, BoxStore 2.4.1-2019-10-29.
1 parent 098fe76 commit 0e1496f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ buildscript {
1414

1515
// Core version for tests
1616
// 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"
1819

1920
def osName = System.getProperty("os.name").toLowerCase()
2021
objectboxPlatform = osName.contains('linux') ? 'linux'

objectbox-java/src/main/java/io/objectbox/BoxStore.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class BoxStore implements Closeable {
6666
/** Change so ReLinker will update native library when using workaround loading. */
6767
public static final String JNI_VERSION = "2.4.1";
6868

69-
private static final String VERSION = "2.4.1-2019-10-15";
69+
private static final String VERSION = "2.4.1-2019-10-29";
7070
private static BoxStore defaultStore;
7171

7272
/** Currently used DB dirs with values from {@link #getCanonicalPath(File)}. */

0 commit comments

Comments
 (0)