We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b80b76 commit a734e25Copy full SHA for a734e25
objectbox/example/flutter/objectbox_demo_relations/android/app/build.gradle
@@ -47,7 +47,7 @@ android {
47
// You can update the following values to match your application needs.
48
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
49
// minSdkVersion flutter.minSdkVersion
50
- minSdkVersion flutter.minSdkVersion // ObjectBox requires at least SDK 19 (Android 4.4)
+ minSdkVersion 19 // ObjectBox requires at least SDK 19 (Android 4.4)
51
targetSdkVersion flutter.targetSdkVersion
52
versionCode flutterVersionCode.toInteger()
53
versionName flutterVersionName
0 commit comments