File tree 3 files changed +6
-2
lines changed
sync_flutter_libs/android
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ repositories {
16
16
17
17
dependencies {
18
18
// https://search.maven.org/search?q=g:io.objectbox%20objectbox-android
19
- implementation " io.objectbox:objectbox-android:2.9.2-RC3 "
19
+ implementation " io.objectbox:objectbox-android:3.0.1 "
20
20
}
Original file line number Diff line number Diff line change
1
+ ## latest
2
+
3
+ * Update objectbox-android to ` 3.0.1 ` .
4
+
1
5
## 1.2.0 (2021-08-31)
2
6
3
7
* Add ` Query.findUnique() ` to find a single object matching the query.
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ repositories {
16
16
17
17
dependencies {
18
18
// https://search.maven.org/search?q=g:io.objectbox%20objectbox-sync-android
19
- implementation " io.objectbox:objectbox-sync-android:2.9.2-RC3 "
19
+ implementation " io.objectbox:objectbox-sync-android:3.0.1 "
20
20
}
You can’t perform that action at this time.
0 commit comments