79080934

Date: 2024-10-12 11:54:20
Score: 0.5
Natty:
Report link

add this to your build.grade (android)

subprojects {
    afterEvaluate { project ->
        if (project.hasProperty('android')) {
            project.android {
                if (namespace == null) {
                    namespace project.group
                }
            }
        }
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Lewin Muzvonda