File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
objectbox_demo/android/app
objectbox_demo_relations/android/app Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ android {
45
45
}
46
46
47
47
defaultConfig {
48
- minSdkVersion 19 // ObjectBox Android requires Android 4.4 (API level 19 )
48
+ minSdkVersion 21 // ObjectBox Android requires Android 5.0 (API level 21 )
49
49
}
50
50
51
51
dependencies {
Original file line number Diff line number Diff line change 1
1
## latest
2
2
3
+ * Flutter for Android: requires Android 5.0 (API level 21).
3
4
* Vector Search: You can now use the new ` VectorDistanceType.GEO ` distance-type to perform vector searches on
4
5
geographical coordinates. This is particularly useful for location-based applications.
5
6
* Flutter for Linux/Windows, Dart Native: update to [ objectbox-c 4.1.0] ( https://github.com/objectbox/objectbox-c/releases/tag/v4.1.0 ) .
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ android {
47
47
// You can update the following values to match your application needs.
48
48
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
49
49
// minSdkVersion flutter.minSdkVersion
50
- minSdkVersion 19 // ObjectBox requires at least SDK 19 (Android 4.4 )
50
+ minSdkVersion 21 // ObjectBox Android requires Android 5.0 (API level 21 )
51
51
targetSdkVersion flutter. targetSdkVersion
52
52
versionCode flutterVersionCode. toInteger()
53
53
versionName flutterVersionName
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ android {
47
47
// You can update the following values to match your application needs.
48
48
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
49
49
// minSdkVersion flutter.minSdkVersion
50
- minSdkVersion 19 // ObjectBox requires at least SDK 19 (Android 4.4 )
50
+ minSdkVersion 21 // ObjectBox Android requires Android 5.0 (API level 21 )
51
51
targetSdkVersion flutter. targetSdkVersion
52
52
versionCode flutterVersionCode. toInteger()
53
53
versionName flutterVersionName
You can’t perform that action at this time.
0 commit comments