Skip to content

Commit 1f7d2d6

Browse files
Step 2: tests use native version 2.4.0, BoxStore versions stay the same.
1 parent 22dea14 commit 1f7d2d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
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.0-dev-SNAPSHOT"
17+
// ob_native_version = "2.4.0-dev-SNAPSHOT"
18+
ob_native_version = "2.4.0"
1819

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

0 commit comments

Comments
 (0)