ObjectBox embedded database v2.5.1 Release Notes

Release Date: 2020-02-17 // about 4 years ago

    ๐Ÿ‘Œ Support Android Gradle Plugin 3.6.0. #817

    ๐Ÿ‘Œ Support for incremental annotation processing. #620
    ๐Ÿ— It is off by default. To turn it on set objectbox.incremental to true in build.gradle:

    android { defaultConfig { javaCompileOptions { annotationProcessorOptions { arguments = ["objectbox.incremental" : "true"] } } } }
    

    ๐Ÿ“„ https://docs.objectbox.io/#v-2-5-1-2020-02-10