File tree Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Expand file tree Collapse file tree 6 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ target_link_libraries(${PLUGIN_NAME} PRIVATE PkgConfig::GTK)
4141# ----------------------------------------------------------------------
4242# Download and add objectbox-c prebuilt library.
4343
44- set (OBJECTBOX_VERSION 0.18.0 )
44+ set (OBJECTBOX_VERSION 0.18.1 )
4545
4646set (OBJECTBOX_ARCH ${CMAKE_SYSTEM_PROCESSOR} )
4747if (${OBJECTBOX_ARCH} MATCHES "x86_64" )
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ set(objectbox_flutter_libs_bundled_libraries
4747# ----------------------------------------------------------------------
4848# Download and add objectbox-c prebuilt library.
4949
50- set (OBJECTBOX_VERSION 0.18.0 )
50+ set (OBJECTBOX_VERSION 0.18.1 )
5151
5252set (OBJECTBOX_ARCH ${CMAKE_SYSTEM_PROCESSOR} )
5353if (${OBJECTBOX_ARCH} MATCHES "AMD64" )
Original file line number Diff line number Diff line change 55# It's important that the generated dart bindings and the c-api library version match. Dart won't error on C function
66# signature mismatch, leading to obscure memory bugs.
77# For how to upgrade the version see dev-doc/updating-c-library.md
8- cLibVersion=0.18.0
8+ cLibVersion=0.18.1
99os=$( uname)
1010cLibArgs=" $* "
1111
Original file line number Diff line number Diff line change 11## latest
22
33* Flutter Linux apps do not longer fail to run due to the shared ObjectBox C library not loading. #504
4+ * Fixes writes failing with "Storage error (code -30786)", which may occur in some corner cases on
5+ iOS and some Android devices. #485
6+ * Update: [ objectbox-c 0.18.1] ( https://github.com/objectbox/objectbox-c/releases/tag/v0.18.1 ) .
47
58## 1.7.1 (2023-01-17)
69
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ target_link_libraries(${PLUGIN_NAME} PRIVATE PkgConfig::GTK)
4141# ----------------------------------------------------------------------
4242# Download and add objectbox-c prebuilt library.
4343
44- set (OBJECTBOX_VERSION 0.18.0 )
44+ set (OBJECTBOX_VERSION 0.18.1 )
4545
4646set (OBJECTBOX_ARCH ${CMAKE_SYSTEM_PROCESSOR} )
4747if (${OBJECTBOX_ARCH} MATCHES "x86_64" )
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ set(objectbox_sync_flutter_libs_bundled_libraries
4747# ----------------------------------------------------------------------
4848# Download and add objectbox-c prebuilt library.
4949
50- set (OBJECTBOX_VERSION 0.18.0 )
50+ set (OBJECTBOX_VERSION 0.18.1 )
5151
5252set (OBJECTBOX_ARCH ${CMAKE_SYSTEM_PROCESSOR} )
5353if (${OBJECTBOX_ARCH} MATCHES "AMD64" )
You can’t perform that action at this time.
0 commit comments