Skip to content

Commit

Permalink
Update objectbox-android [4.0.0 -> 4.0.2]
Browse files Browse the repository at this point in the history
Bundled with C API 4.0.1 and core 4.0.2-2024-08-19
  • Loading branch information
greenrobot-team committed Oct 15, 2024
1 parent c5f4c2f commit 2f5c083
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev-doc/updating-c-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ for Flutter (`flutter_libs` and `sync_flutter_libs` plugins) on Linux and Window

For the Flutter plugins on Android ([view releases](https://github.com/objectbox/objectbox-java/releases)):
```
./tool/set-android-version.sh 4.0.0
./tool/set-android-version.sh 4.0.2
```

For the Flutter plugins on iOS/macOS ([view releases](https://github.com/objectbox/objectbox-swift/releases))
Expand Down
2 changes: 1 addition & 1 deletion flutter_libs/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ android {
// ObjectBox Android library that includes an ObjectBox C library version compatible with
// the C API binding of the ObjectBox Dart package.
// https://central.sonatype.com/search?q=g:io.objectbox%20objectbox-android
implementation "io.objectbox:objectbox-android:4.0.0"
implementation "io.objectbox:objectbox-android:4.0.2"
}
}
3 changes: 3 additions & 0 deletions objectbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
* Flutter for Linux/Windows, Dart Native: update to [objectbox-c 0.4.1](https://github.com/objectbox/objectbox-c/releases/tag/v0.4.1).
* Flutter for iOS/macOS: update to [objectbox-swift 4.0.0](https://github.com/objectbox/objectbox-swift/releases/tag/v4.0.0).
Existing projects may have to run `pod repo update` and `pod update ObjectBox`.
* Flutter for Android: update to [objectbox-android 4.0.2](https://github.com/objectbox/objectbox-java/releases/tag/V4.0.2).
If you are [using Admin](https://docs.objectbox.io/data-browser#admin-for-android), make sure to
update to `io.objectbox:objectbox-android-objectbrowser:4.0.2` in `android/app/build.gradle`.

## 4.0.2 (2024-08-14)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ dependencies {
// Add objectbox-android-objectbrowser only for debug builds.
// Warning: when objectbox_flutter_libs updates check if version
// needs update, e.g. check https://github.com/objectbox/objectbox-dart/releases.
debugImplementation("io.objectbox:objectbox-android-objectbrowser:4.0.0")
debugImplementation("io.objectbox:objectbox-android-objectbrowser:4.0.2")
}
2 changes: 1 addition & 1 deletion sync_flutter_libs/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ android {
// ObjectBox Android library that includes an ObjectBox C library version compatible with
// the C API binding of the ObjectBox Dart package.
// https://central.sonatype.com/search?q=g:io.objectbox%20objectbox-sync-android
implementation "io.objectbox:objectbox-sync-android:4.0.0"
implementation "io.objectbox:objectbox-sync-android:4.0.2"
}
}

0 comments on commit 2f5c083

Please sign in to comment.