V2.9.1
This is the first release available on the Central repository (Sonatype OSSRH). Make sure to adjust your build.gradle
files accordingly:
repositories {
mavenCentral()
}
Changes:
- Javadoc for
find(offset, limit)
ofQuery
is more concrete on how offset and limit work. - Javadoc for between conditions explicitly mentions it is inclusive of the two given values.
- Sync: Instead of the same name and a Maven classifier, Sync artifacts now use a different name. E.g.
objectbox-android:2.9.0:sync
is replaced withobjectbox-sync-android:2.9.1
.