Skip to content

Commit cfb20db

Browse files
committed
update dependencies and add links for quick reference in the future
1 parent bbd480d commit cfb20db

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ android {
44
}
55

66
dependencies {
7+
// https://github.com/objectbox/objectbox-java/releases
78
implementation "io.objectbox:objectbox-android:2.5.0"
89
}

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env bash
22
set -eu
33

4-
cLibVersion=0.8.1
4+
# https://github.com/objectbox/objectbox-c/releases
5+
cLibVersion=0.8.2
56
os=$(uname)
67

78
# if there's no tty this is probably part of a docker build - therefore we install the c-api explicitly

ios/download-framework.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
# NOTE: run before publishing
4+
# NOTE: run this script before publishing
55

6+
# https://github.com/objectbox/objectbox-swift/releases/
67
obxSwiftVersion="1.2.0"
78

89
dir=$(dirname "$0")

0 commit comments

Comments
 (0)