Skip to content

Commit 261ca61

Browse files
Update Android library [4.2.0 -> 4.3.0]
Includes C API 4.3.0 and database 4.3.0-2025-05-12
1 parent 99ecba9 commit 261ca61

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

dev-doc/updating-c-library.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@ Includes database 4.3.0-2025-05-12
3737
For the Flutter plugins on Android ([view releases](https://github.com/objectbox/objectbox-java/releases)):
3838

3939
```bash
40-
./tool/set-android-version.sh 4.2.0
40+
./tool/set-android-version.sh 4.3.0
4141
```
4242

4343
```text
44-
* Update ObjectBox database for Flutter Android apps to 4.2.0.
44+
* Update ObjectBox database for Flutter Android apps to 4.3.0.
4545
If your project is [using Admin](https://docs.objectbox.io/data-browser#admin-for-android), make
46-
sure to update to `io.objectbox:objectbox-android-objectbrowser:4.2.0` in `android/app/build.gradle`.
46+
sure to update to `io.objectbox:objectbox-android-objectbrowser:4.3.0` in `android/app/build.gradle`.
4747
```
4848

4949
```text
50-
Update objectbox-android [4.1.0 -> 4.2.0]
50+
Update Android library [4.2.0 -> 4.3.0]
5151
52-
Includes C API 4.2.0 and database 4.2.0-2025-03-04
52+
Includes C API 4.3.0 and database 4.3.0-2025-05-12
5353
```
5454

5555
Note: the embedded C API and ObjectBox version can be looked up

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.2.0"
55+
implementation "io.objectbox:objectbox-android:4.3.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
* Update ObjectBox database for Flutter Linux/Windows, Dart Native apps to [4.3.0](https://github.com/objectbox/objectbox-c/releases/tag/v4.3.0).
4+
* Update ObjectBox database for Flutter Android apps to 4.3.0.
5+
If your project is [using Admin](https://docs.objectbox.io/data-browser#admin-for-android), make
6+
sure to update to `io.objectbox:objectbox-android-objectbrowser:4.3.0` in `android/app/build.gradle`.
47

58
## 4.2.0 (2025-04-15)
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
@@ -83,5 +83,5 @@ dependencies {
8383
// Add the Android library with ObjectBox Admin only for debug builds.
8484
// Note: when the objectbox package updates, check if the Android
8585
// library below needs to be updated as well.
86-
debugImplementation("io.objectbox:objectbox-android-objectbrowser:4.2.0")
86+
debugImplementation("io.objectbox:objectbox-android-objectbrowser:4.3.0")
8787
}

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.2.0"
55+
implementation "io.objectbox:objectbox-sync-android:4.3.0"
5656
}
5757
}

0 commit comments

Comments
 (0)