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 {
1919 : ' unsupported'
2020 ob_native_dep = " io.objectbox:objectbox-$objectboxPlatform :$nativeVersion "
2121
22+ essentials_version = ' 3.0.0'
2223 junit_version = ' 4.13'
2324 mockito_version = ' 3.3.3'
2425 kotlin_version = ' 1.4.0'
Original file line number Diff line number Diff line change 1010
1111dependencies {
1212 api project(' :objectbox-java-api' )
13- implementation ' org.greenrobot:essentials:3.0.0-RC1 '
13+ implementation " org.greenrobot:essentials:$e ssentials_version "
1414 implementation ' com.google.flatbuffers:flatbuffers-java:1.12.0'
1515 api ' com.google.code.findbugs:jsr305:3.0.2'
1616
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ repositories {
2323
2424dependencies {
2525 implementation project(' :objectbox-java' )
26- implementation ' org.greenrobot:essentials:3.0.0-RC1 '
26+ implementation " org.greenrobot:essentials:$e ssentials_version "
2727
2828 // Check flag to use locally compiled version to avoid dependency cycles
2929 if (! project. hasProperty(' noObjectBoxTestDepencies' ) || ! noObjectBoxTestDepencies) {
You can’t perform that action at this time.
0 commit comments