79463594

Date: 2025-02-24 13:00:32
Score: 0.5
Natty:
Report link

You should update minSdk with higher version. Follow this path to find build.gradle file. android>app>build.gradle. then update the minSdk with higher version

defaultConfig {
    applicationId = "com.example.project_name"
    minSdk = 29
    targetSdk = flutter.targetSdkVersion
    versionCode = flutter.versionCode
    versionName = flutter.versionName
}

For find latest sdk versions, use this link.

Reasons:
  • Blacklisted phrase (1): this link
  • Has code block (-0.5):
Posted by: Dinith