Skip to content

Commit c0d3789

Browse files
Part 2: test native 2.4.2-dev-SNAPSHOT, BoxStore 2.4.2-2019-10-15.
1 parent 7a47a07 commit c0d3789

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ buildscript {
1313

1414
// Core version for tests
1515
// 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"
1817

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ public class BoxStore implements Closeable {
6464
@Nullable public static Object relinker;
6565

6666
/** 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";
6868

69-
private static final String VERSION = "2.4.1-2019-10-29";
69+
private static final String VERSION = "2.4.2-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)