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 {
46
46
47
47
dependencies {
48
48
// 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 "
50
50
}
51
51
}
Original file line number Diff line number Diff line change 5
5
iOS and some Android devices. #485
6
6
* Update: [ objectbox-c 0.18.1] ( https://github.com/objectbox/objectbox-c/releases/tag/v0.18.1 ) .
7
7
* 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 ) .
8
10
9
11
## 1.7.1 (2023-01-17)
10
12
Original file line number Diff line number Diff line change @@ -81,5 +81,5 @@ dependencies {
81
81
// Add objectbox-android-objectbrowser only for debug builds.
82
82
// Warning: when objectbox_flutter_libs updates check if version
83
83
// 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 " )
85
85
}
Original file line number Diff line number Diff line change @@ -46,6 +46,6 @@ android {
46
46
47
47
dependencies {
48
48
// 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 "
50
50
}
51
51
}
You can’t perform that action at this time.
0 commit comments