Skip to content

Commit 6f324e2

Browse files
Docs/Changelog: note Admin version may also be updated in KTS file
1 parent d91cf96 commit 6f324e2

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

dev-doc/updating-c-library.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ For the Flutter plugins on Android ([view releases](https://github.com/objectbox
4343
```text
4444
* Update ObjectBox database for Flutter Android apps to 5.1.0-2026-01-19.
4545
If your project is [using Admin](https://docs.objectbox.io/data-browser#admin-for-android), make
46-
sure to update to `io.objectbox:objectbox-android-objectbrowser:5.1.0` in `android/app/build.gradle`.
46+
sure to update to `io.objectbox:objectbox-android-objectbrowser:5.1.0` in
47+
`android/app/build.gradle.kts` or `android/app/build.gradle`.
4748
```
4849

4950
```text

objectbox/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
* Update ObjectBox database for Flutter Linux/Windows, Dart Native apps to [5.1.0-2026-01-19](https://github.com/objectbox/objectbox-c/releases/tag/v5.1.0).
77
* Update ObjectBox database for Flutter Android apps to 5.1.0-2026-01-19.
88
If your project is [using Admin](https://docs.objectbox.io/data-browser#admin-for-android), make
9-
sure to update to `io.objectbox:objectbox-android-objectbrowser:5.1.0` in `android/app/build.gradle`.
9+
sure to update to `io.objectbox:objectbox-android-objectbrowser:5.1.0` in
10+
`android/app/build.gradle.kts` or `android/app/build.gradle`.
1011
* Update ObjectBox database for Flutter iOS/macOS apps to 5.1.1-dev-2026-01-21.
1112
For existing projects, run `pod repo update` and `pod update ObjectBox` in the `ios` or `macos` directories.
1213

0 commit comments

Comments
 (0)