File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
tests/objectbox-java-test Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ buildscript {
19
19
: ' unsupported'
20
20
ob_native_dep = " io.objectbox:objectbox-$objectboxPlatform :$nativeVersion "
21
21
22
+ essentials_version = ' 3.0.0'
22
23
junit_version = ' 4.13'
23
24
mockito_version = ' 3.3.3'
24
25
kotlin_version = ' 1.4.0'
Original file line number Diff line number Diff line change 10
10
11
11
dependencies {
12
12
api project(' :objectbox-java-api' )
13
- implementation ' org.greenrobot:essentials:3.0.0-RC1 '
13
+ implementation " org.greenrobot:essentials:$e ssentials_version "
14
14
implementation ' com.google.flatbuffers:flatbuffers-java:1.12.0'
15
15
api ' com.google.code.findbugs:jsr305:3.0.2'
16
16
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ repositories {
23
23
24
24
dependencies {
25
25
implementation project(' :objectbox-java' )
26
- implementation ' org.greenrobot:essentials:3.0.0-RC1 '
26
+ implementation " org.greenrobot:essentials:$e ssentials_version "
27
27
28
28
// Check flag to use locally compiled version to avoid dependency cycles
29
29
if (! project. hasProperty(' noObjectBoxTestDepencies' ) || ! noObjectBoxTestDepencies) {
You can’t perform that action at this time.
0 commit comments