Skip to content

Commit 1848f64

Browse files
Update objectbox-android [4.0.3 -> 4.1.0]
Bundled with C API 4.1.0 and ObjectBox 4.1.0-2025-01-28
1 parent a9aadcb commit 1848f64

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

dev-doc/updating-c-library.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,23 @@ Update C library [4.0.2 -> 4.1.0]
3535
For the Flutter plugins on Android ([view releases](https://github.com/objectbox/objectbox-java/releases)):
3636

3737
```bash
38-
./tool/set-android-version.sh 4.0.3
38+
./tool/set-android-version.sh 4.1.0
3939
```
4040

4141
```text
42-
* Flutter for Android: update to [objectbox-android 4.0.3](https://github.com/objectbox/objectbox-java/releases/tag/V4.0.3).
42+
* Flutter for Android: update to [objectbox-android 4.1.0](https://github.com/objectbox/objectbox-java/releases/tag/V4.1.0).
4343
If your project is [using Admin](https://docs.objectbox.io/data-browser#admin-for-android), make sure to
44-
update to `io.objectbox:objectbox-android-objectbrowser:4.0.3` in `android/app/build.gradle`.
44+
update to `io.objectbox:objectbox-android-objectbrowser:4.1.0` in `android/app/build.gradle`.
4545
```
4646

4747
```text
48-
Update objectbox-android [4.0.2 -> 4.0.3]
48+
Update objectbox-android [4.0.3 -> 4.1.0]
4949
50-
Bundled with C API 4.0.1 and ObjectBox 4.0.2-2024-10-15
50+
Bundled with C API 4.1.0 and ObjectBox 4.1.0-2025-01-28
5151
```
5252

5353
Note: the embedded C API and ObjectBox version can be looked up
54-
from the relevant objectbox repository release tag (like `java-4.0.3`).
54+
from the relevant objectbox repository release tag (like `java-4.1.0`).
5555

5656
### Apple OSs
5757

flutter_libs/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ android {
5252
// ObjectBox Android library that includes an ObjectBox C library version compatible with
5353
// the C API binding of the ObjectBox Dart package.
5454
// https://central.sonatype.com/search?q=g:io.objectbox%20objectbox-android
55-
implementation "io.objectbox:objectbox-android:4.0.3"
55+
implementation "io.objectbox:objectbox-android:4.1.0"
5656
}
5757
}

objectbox/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## latest
22

33
* Flutter for Linux/Windows, Dart Native: update to [objectbox-c 4.1.0](https://github.com/objectbox/objectbox-c/releases/tag/v4.1.0).
4+
* Flutter for Android: update to [objectbox-android 4.1.0](https://github.com/objectbox/objectbox-java/releases/tag/V4.1.0).
5+
If your project is [using Admin](https://docs.objectbox.io/data-browser#admin-for-android), make sure to
6+
update to `io.objectbox:objectbox-android-objectbrowser:4.1.0` in `android/app/build.gradle`.
47

58
## 4.0.3 (2024-10-17)
69

objectbox/example/flutter/objectbox_demo_relations/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ dependencies {
8282
// Add objectbox-android-objectbrowser only for debug builds.
8383
// Warning: when objectbox_flutter_libs updates check if version
8484
// needs update, e.g. check https://github.com/objectbox/objectbox-dart/releases.
85-
debugImplementation("io.objectbox:objectbox-android-objectbrowser:4.0.3")
85+
debugImplementation("io.objectbox:objectbox-android-objectbrowser:4.1.0")
8686
}

sync_flutter_libs/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ android {
5252
// ObjectBox Android library that includes an ObjectBox C library version compatible with
5353
// the C API binding of the ObjectBox Dart package.
5454
// https://central.sonatype.com/search?q=g:io.objectbox%20objectbox-sync-android
55-
implementation "io.objectbox:objectbox-sync-android:4.0.3"
55+
implementation "io.objectbox:objectbox-sync-android:4.1.0"
5656
}
5757
}

0 commit comments

Comments
 (0)