79640607

Date: 2025-05-27 13:49:24
Score: 1
Natty:
Report link
plugins {
    id 'com.android.library' // NOT just 'java-library'
}
android {
    compileSdkVersion 33

    defaultConfig {
        minSdkVersion 23 // Make sure this is 21+ or the same as the failing transform
    }
}

flutter clean

flutter pub get

flutter build apk

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