Skip to content

Commit

Permalink
Flutter plugins: require Android SDK 19 required by Android library.
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Dec 13, 2023
1 parent 9581fc7 commit 7bfa349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter_libs/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

defaultConfig {
minSdkVersion 16
minSdkVersion 19 // ObjectBox Android requires Android 4.4 (API level 19)
}

dependencies {
Expand Down

0 comments on commit 7bfa349

Please sign in to comment.