Skip to content

Commit 883b58d

Browse files
2.4.0-relinker-SNAPSHOT
1 parent 5840728 commit 883b58d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ version = ob_version
33

44
buildscript {
55
ext {
6-
ob_version = '2.4.0-SNAPSHOT'
7-
ob_native_version = ob_version // Be careful to diverge here; easy to forget and hard to find JNI problems
6+
ob_version = '2.4.0-relinker-SNAPSHOT'
7+
// ob_native_version = ob_version // Be careful to diverge here; easy to forget and hard to find JNI problems
8+
ob_native_version = '2.4.0-SNAPSHOT' // Be careful to diverge here; easy to forget and hard to find JNI problems
89
ob_expected_version = project.hasProperty('expectedVersion') ? project.property('expectedVersion') : 'UNDEFINED'
910

1011
isLinux = System.getProperty("os.name").contains("Linux")

0 commit comments

Comments
 (0)