File tree Expand file tree Collapse file tree 5 files changed +12
-9
lines changed
example/flutter/objectbox_demo_relations/android/app
sync_flutter_libs/android Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -35,23 +35,23 @@ Update C library [4.0.2 -> 4.1.0]
3535For 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
5353Note: 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
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.0.3 "
55+ implementation " io.objectbox:objectbox-android:4.1.0 "
5656 }
5757}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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}
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.0.3 "
55+ implementation " io.objectbox:objectbox-sync-android:4.1.0 "
5656 }
5757}
You can’t perform that action at this time.
0 commit comments