Skip to content

Commit cc753b7

Browse files
Shortcuts for updating Android and Swift libraries.
1 parent cbddef5 commit cc753b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dev-doc/updating-c-library.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ 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.1.2` in `build.gradle` files.
1819
- In [flutter_libs](../flutter_libs/android/build.gradle)
1920
- In [sync_flutter_libs](../sync_flutter_libs/android/build.gradle)
2021
- Swift (iOS/macOS) ([view releases](https://github.com/objectbox/objectbox-swift/releases))
22+
- Shortcut: search and replace e.g. `s.dependency 'ObjectBox', '1.7.0` in `.podspec` files.
2123
- In [flutter_libs for iOS](../flutter_libs/ios/objectbox_flutter_libs.podspec)
2224
- In [flutter_libs for macOS](../flutter_libs/macos/objectbox_flutter_libs.podspec)
2325
- In [sync_flutter_libs for iOS](../sync_flutter_libs/ios/objectbox_sync_flutter_libs.podspec)

0 commit comments

Comments
 (0)