Skip to content

Commit 09d1d94

Browse files
Follow-up: Update objectbox-android-objectbrowser [3.2.0 -> 3.2.1]
1 parent 849509e commit 09d1d94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-doc/updating-c-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Update `flutter_libs` and `sync_flutter_libs` with **compatible library versions
1919
- In [flutter_libs](../flutter_libs/android/build.gradle)
2020
- In [sync_flutter_libs](../sync_flutter_libs/android/build.gradle)
2121
- Android in examples.
22-
- Shortcut: search and replace `-android-objectbrowser:3.2.0` in `build.gradle` files.
22+
- Shortcut: search and replace `-android-objectbrowser:3.2.1` in `build.gradle` files.
2323
- In [objectbox_demo_relations](../objectbox/example/flutter/objectbox_demo_relations/android/app/build.gradle)
2424
- Swift (iOS/macOS) ([view releases](https://github.com/objectbox/objectbox-swift/releases))
2525
- Shortcut: search and replace e.g. `s.dependency 'ObjectBox', '1.7.0` in `.podspec` files.

objectbox/example/flutter/objectbox_demo_relations/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ dependencies {
8686
// Add objectbox-android-objectbrowser only for debug builds.
8787
// Warning: when objectbox_flutter_libs updates check if version
8888
// needs update, e.g. check https://github.com/objectbox/objectbox-dart/releases.
89-
debugImplementation("io.objectbox:objectbox-android-objectbrowser:3.2.0")
89+
debugImplementation("io.objectbox:objectbox-android-objectbrowser:3.2.1")
9090
}

0 commit comments

Comments
 (0)