File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
example/flutter/objectbox_demo_relations/android/app
sync_flutter_libs/android Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -15,11 +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.3 ` in ` build.gradle ` files.
18+ - Shortcut: search and replace ` -android:3.2.0 ` in ` build.gradle ` files.
1919 - In [ flutter_libs] ( ../flutter_libs/android/build.gradle )
2020 - In [ sync_flutter_libs] ( ../sync_flutter_libs/android/build.gradle )
2121- Android in examples.
22- - Shortcut: search and replace ` -android-objectbrowser:3.1.3 ` in ` build.gradle ` files.
22+ - Shortcut: search and replace ` -android-objectbrowser:3.2.0 ` in ` build.gradle ` files.
2323 - In [ objectbox_demo_relations] ( ../objectbox/example/flutter/objectbox_demo_relations/android/app/build.gradle )
2424- Swift (iOS/macOS) ([ view releases] ( https://github.com/objectbox/objectbox-swift/releases ) )
2525 - Shortcut: search and replace e.g. ` s.dependency 'ObjectBox', '1.7.0 ` in ` .podspec ` files.
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ repositories {
1616
1717dependencies {
1818 // https://search.maven.org/search?q=g:io.objectbox%20objectbox-android
19- implementation " io.objectbox:objectbox-android:3.1.3 "
19+ implementation " io.objectbox:objectbox-android:3.2.0 "
2020}
Original file line number Diff line number Diff line change 44* When using the "All Exceptions" debug option in Visual Studio Code there is no longer an exception
55when initializing ObjectBox. #252
66* Update: [ objectbox-c 0.17.0] ( https://github.com/objectbox/objectbox-c/releases/tag/v0.17.0 ) .
7+ * Update: [ objectbox-android 3.2.0] ( https://github.com/objectbox/objectbox-java/releases/tag/V3.2.0 ) .
78
89## 1.5.0 (2022-05-11)
910
Original file line number Diff line number Diff line change @@ -86,5 +86,5 @@ dependencies {
8686 // Add objectbox-android-objectbrowser only for debug builds.
8787 // Warning: when objectbox_flutter_libs updates check if version
8888 // needs update, e.g. check https://github.com/objectbox/objectbox-dart/releases.
89- debugImplementation(" io.objectbox:objectbox-android-objectbrowser:3.1.3 " )
89+ debugImplementation(" io.objectbox:objectbox-android-objectbrowser:3.2.0 " )
9090}
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ repositories {
1616
1717dependencies {
1818 // https://search.maven.org/search?q=g:io.objectbox%20objectbox-sync-android
19- implementation " io.objectbox:objectbox-sync-android:3.1.3 "
19+ implementation " io.objectbox:objectbox-sync-android:3.2.0 "
2020}
You can’t perform that action at this time.
0 commit comments