Skip to content

Commit b520389

Browse files
committed
fetch_dependencies.command: download 1.8.0
1 parent 399af1c commit b520389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/fetch_dependencies.command

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ if [ -d "$code_dir" ] && [ "$staging_repo" != "true" ]; then # Do we have an exi
8888
popd
8989
else # Download static public release and unzip into $dest
9090
if [ ! -d "${dest_dir}" ] || [ ! -e "${dest_dir}/libObjectBoxCore-iOS.a" ]; then
91-
version=1.7.0
92-
c_version=0.15.2
91+
version=1.8.0
92+
c_version=0.18.0
9393
archive_path="${my_dir}/external/objectbox-static.zip"
9494
if [ "$staging_repo" == "true" ]; then
9595
release_url_path="https://github.com/objectbox/objectbox-swift-spec-staging/releases/download/v1.x"

0 commit comments

Comments
 (0)