File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
objectbox/lib/src/native/bindings Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -94,14 +94,14 @@ ObjectBoxC? _tryObjectBoxLibFile() {
94
94
95
95
// Require the minimum C API version of all supported platform-specific
96
96
// libraries:
97
- // objectbox-c: 0.21. 0 (3.8 .0-2024-02-13 )
98
- // ObjectBox Swift 1.9.2: 0.21. 0 (3.8 .0-2024-02-13 )
99
- // objectbox-android 3.8 .0: 0.21. 0 (3.8 .0-2024-02-13 )
100
- var _obxCminMajor = 0 ;
101
- var _obxCminMinor = 21 ;
97
+ // objectbox-c: 4.0. 0 (4.0 .0-2024-05-14 )
98
+ // ObjectBox Swift 2.0.0: 4.0. 0 (4.0 .0-2024-05-14 )
99
+ // objectbox-android 4.0 .0: 4.0. 0 (4.0 .0-2024-05-14 )
100
+ var _obxCminMajor = 4 ;
101
+ var _obxCminMinor = 0 ;
102
102
var _obxCminPatch = 0 ;
103
103
// Require minimum core version guaranteeing actual C API availability.
104
- var _obxCoreMinVersion = "3.8 .0-2024-02-13 " ;
104
+ var _obxCoreMinVersion = "4.0 .0-2024-05-14 " ;
105
105
106
106
bool _isSupportedVersion (ObjectBoxC obxc) {
107
107
if (! obxc.version_is_at_least (_obxCminMajor, _obxCminMinor, _obxCminPatch)) {
You can’t perform that action at this time.
0 commit comments