File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ android {
44}
55
66dependencies {
7+ // https://github.com/objectbox/objectbox-java/releases
78 implementation " io.objectbox:objectbox-android:2.5.0"
89}
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -eu
33
4- cLibVersion=0.8.1
4+ # https://github.com/objectbox/objectbox-c/releases
5+ cLibVersion=0.8.2
56os=$( uname)
67
78# if there's no tty this is probably part of a docker build - therefore we install the c-api explicitly
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -euo pipefail
33
4- # NOTE: run before publishing
4+ # NOTE: run this script before publishing
55
6+ # https://github.com/objectbox/objectbox-swift/releases/
67obxSwiftVersion=" 1.2.0"
78
89dir=$( dirname " $0 " )
You can’t perform that action at this time.
0 commit comments