File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
sync_flutter_libs/android Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Update `flutter_libs` and `sync_flutter_libs` with **compatible library versions
1515 - [ sync_flutter_libs Linux] ( ../sync_flutter_libs/linux/CMakeLists.txt )
1616 - [ sync_flutter_libs Windows] ( ../sync_flutter_libs/windows/CMakeLists.txt )
1717- Android ([ view releases] ( https://github.com/objectbox/objectbox-java/releases ) )
18- - Shortcut: search and replace ` -android:3.2.0 ` in ` build.gradle ` files.
18+ - Shortcut: search and replace ` -android:3.2.1 ` in ` build.gradle ` files.
1919 - In [ flutter_libs] ( ../flutter_libs/android/build.gradle )
2020 - In [ sync_flutter_libs] ( ../sync_flutter_libs/android/build.gradle )
2121- Android in examples.
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ repositories {
1616
1717dependencies {
1818 // https://search.maven.org/search?q=g:io.objectbox%20objectbox-android
19- implementation " io.objectbox:objectbox-android:3.2.0 "
19+ implementation " io.objectbox:objectbox-android:3.2.1 "
2020}
Original file line number Diff line number Diff line change 66* Update documentation on ` Query ` streams using ` watch ` to highlight it is a single-subscription
77 stream that can only be listened to once. Also updated code examples to not imply the stream is
88 re-usable.
9+ * Update: [ objectbox-android 3.2.1] ( https://github.com/objectbox/objectbox-java/releases/tag/V3.2.1 ) .
910
1011## 1.6.0 (2022-06-27)
1112
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ repositories {
1616
1717dependencies {
1818 // https://search.maven.org/search?q=g:io.objectbox%20objectbox-sync-android
19- implementation " io.objectbox:objectbox-sync-android:3.2.0 "
19+ implementation " io.objectbox:objectbox-sync-android:3.2.1 "
2020}
You can’t perform that action at this time.
0 commit comments