Sep 12, 2022 1 min read flutter Flutter - Minimum Android version SDK Edit the android/app/build.gradle file as followsandroid { defaultConfig { minSdkVersion 20 } }