Skip to content

Commit

Permalink
Update Android dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Nov 2, 2021
1 parent b663647 commit 92fd183
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flutter_libs/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ repositories {

dependencies {
// https://search.maven.org/search?q=g:io.objectbox%20objectbox-android
implementation "io.objectbox:objectbox-android:2.9.2-RC3"
implementation "io.objectbox:objectbox-android:3.0.1"
}
4 changes: 4 additions & 0 deletions objectbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## latest

* Update objectbox-android to `3.0.1`.

## 1.2.0 (2021-08-31)

* Add `Query.findUnique()` to find a single object matching the query.
Expand Down
2 changes: 1 addition & 1 deletion sync_flutter_libs/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ repositories {

dependencies {
// https://search.maven.org/search?q=g:io.objectbox%20objectbox-sync-android
implementation "io.objectbox:objectbox-sync-android:2.9.2-RC3"
implementation "io.objectbox:objectbox-sync-android:3.0.1"
}

0 comments on commit 92fd183

Please sign in to comment.