File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
example/flutter/objectbox_demo_relations/android/app
sync_flutter_libs/android Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,6 @@ android {
4646
4747 dependencies {
4848 // https://search.maven.org/search?q=g:io.objectbox%20objectbox-android
49- implementation " io.objectbox:objectbox-android:3.5.0 "
49+ implementation " io.objectbox:objectbox-android:3.5.1 "
5050 }
5151}
Original file line number Diff line number Diff line change 55 iOS and some Android devices. #485
66* Update: [ objectbox-c 0.18.1] ( https://github.com/objectbox/objectbox-c/releases/tag/v0.18.1 ) .
77* Update: [ objectbox-swift 1.8.1] ( https://github.com/objectbox/objectbox-swift/releases/tag/v1.8.1 ) .
8+ * Update: [ objectbox-android 3.5.1] ( https://github.com/objectbox/objectbox-java/releases/tag/V3.5.1 ) .
9+ If you are using Admin, make sure to [ update your ` objectbox-android-objectbrowser ` dependency] ( https://docs.objectbox.io/data-browser#setup ) .
810
911## 1.7.1 (2023-01-17)
1012
Original file line number Diff line number Diff line change @@ -81,5 +81,5 @@ dependencies {
8181 // Add objectbox-android-objectbrowser only for debug builds.
8282 // Warning: when objectbox_flutter_libs updates check if version
8383 // needs update, e.g. check https://github.com/objectbox/objectbox-dart/releases.
84- debugImplementation(" io.objectbox:objectbox-android-objectbrowser:3.5.0 " )
84+ debugImplementation(" io.objectbox:objectbox-android-objectbrowser:3.5.1 " )
8585}
Original file line number Diff line number Diff line change @@ -46,6 +46,6 @@ android {
4646
4747 dependencies {
4848 // https://search.maven.org/search?q=g:io.objectbox%20objectbox-sync-android
49- implementation " io.objectbox:objectbox-sync-android:3.5.0 "
49+ implementation " io.objectbox:objectbox-sync-android:3.5.1 "
5050 }
5151}
You can’t perform that action at this time.
0 commit comments