79740242

Date: 2025-08-19 17:53:37
Score: 0.5
Natty:
Report link
defaultConfig {
    applicationId = "com.example.test_application_2"
    minSdkVersion = flutter.minSdkVersion
    targetSdk = flutter.targetSdkVersion
    versionCode = flutter.versionCode
    versionName = flutter.versionName
}

In your code, there isn't a = after minSdk

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: utkuaydos