Skip to content

Commit

Permalink
minSdk = 21
Browse files Browse the repository at this point in the history
  • Loading branch information
daohoangson committed May 15, 2024
1 parent 693f893 commit 3f5e43f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion demo_app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ android {

defaultConfig {
applicationId = "dev.fwfh.demo_app"
minSdk = flutter.minSdkVersion

// TODO: remove hard-coded value when `flutter.minSdkVersion` is sufficient
// open $(dirname $(dirname $(which flutter)))/packages/flutter_tools
minSdk = 21

targetSdk = flutter.targetSdkVersion
versionCode = flutterVersionCode.toInteger()
versionName = flutterVersionName
Expand Down

0 comments on commit 3f5e43f

Please sign in to comment.