Skip to content

Commit 7ba358d

Browse files
committed
fix version for native dependency
1 parent 5c64f6f commit 7ba358d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/objectbox-java-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
compile 'org.greenrobot:essentials:3.0.0-RC1'
1111

1212
if(isLinux64) {
13-
compile "io.objectbox:objectbox-linux:$versionUnderTest"
13+
compile "io.objectbox:objectbox-linux:${rootProject.version}"
1414
}
1515

1616
// Right now, test sources are in src/main not src/test

0 commit comments

Comments
 (0)