Skip to content

Commit 28d003e

Browse files
BoxStore: compatible with database version 5.2.0 (2026-03-10 or newer)
2026-03-10 has the JNI API to apply Sync filter variables.
1 parent 29b8f0c commit 28d003e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

objectbox-java/src/main/java/io/objectbox/BoxStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class BoxStore implements Closeable {
9292
* This is used (currently only in tests) to make sure a database library has a compatible JNI API by checking the
9393
* version number matches exactly and the date is the same or newer.
9494
*/
95-
private static final String VERSION = "5.2.0-2026-03-06";
95+
private static final String VERSION = "5.2.0-2026-03-10";
9696

9797
private static final String OBJECTBOX_PACKAGE_NAME = "objectbox";
9898
private static BoxStore defaultStore;

0 commit comments

Comments
 (0)