We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22dea14 commit 1f7d2d6Copy full SHA for 1f7d2d6
build.gradle
@@ -14,7 +14,8 @@ buildscript {
14
15
// Core version for tests
16
// Be careful to diverge here; easy to forget and hard to find JNI problems
17
- ob_native_version = "2.4.0-dev-SNAPSHOT"
+// ob_native_version = "2.4.0-dev-SNAPSHOT"
18
+ ob_native_version = "2.4.0"
19
20
def osName = System.getProperty("os.name").toLowerCase()
21
objectboxPlatform = osName.contains('linux') ? 'linux'
0 commit comments