Skip to content

Commit

Permalink
Regression: restore custom minSdkVersion in relations example
Browse files Browse the repository at this point in the history
Regression from
7a514bb Prepare release 4.0.3
  • Loading branch information
greenrobot-team committed Oct 28, 2024
1 parent 8b80b76 commit a734e25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ android {
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
// minSdkVersion flutter.minSdkVersion
minSdkVersion flutter.minSdkVersion // ObjectBox requires at least SDK 19 (Android 4.4)
minSdkVersion 19 // ObjectBox requires at least SDK 19 (Android 4.4)
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down

0 comments on commit a734e25

Please sign in to comment.