Skip to content

Commit 00c2068

Browse files
Update objectbox-android [3.2.0 -> 3.2.1]
1 parent efc8270 commit 00c2068

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

dev-doc/updating-c-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

flutter_libs/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ repositories {
1616

1717
dependencies {
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
}

objectbox/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
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

sync_flutter_libs/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ repositories {
1616

1717
dependencies {
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
}

0 commit comments

Comments
 (0)