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 {
4
4
}
5
5
6
6
dependencies {
7
+ // https://github.com/objectbox/objectbox-java/releases
7
8
implementation " io.objectbox:objectbox-android:2.5.0"
8
9
}
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set -eu
3
3
4
- cLibVersion=0.8.1
4
+ # https://github.com/objectbox/objectbox-c/releases
5
+ cLibVersion=0.8.2
5
6
os=$( uname)
6
7
7
8
# 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 1
1
#! /usr/bin/env bash
2
2
set -euo pipefail
3
3
4
- # NOTE: run before publishing
4
+ # NOTE: run this script before publishing
5
5
6
+ # https://github.com/objectbox/objectbox-swift/releases/
6
7
obxSwiftVersion=" 1.2.0"
7
8
8
9
dir=$( dirname " $0 " )
You can’t perform that action at this time.
0 commit comments