79429979

Date: 2025-02-11 12:41:29
Score: 1.5
Natty:
Report link

add these lines inside app/build.gradle file

buildTypes {
release {
    minifyEnabled false
    shrinkResources false
    signingConfig = signingConfigs.debug
}

}

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