File tree Expand file tree Collapse file tree 5 files changed +11
-8
lines changed
example/flutter/objectbox_demo_relations/android/app
sync_flutter_libs/android Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -37,19 +37,19 @@ Includes database 4.3.0-2025-05-12
3737For 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
5555Note: the embedded C API and ObjectBox version can be looked up
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments