When signin an apk, I got this message:
To run dex in process, the Gradle daemon needs a larger heap. It currently has 1024 MB. For faster builds, increase the m
Try this link answer
dexOptions { javaMaxHeapSize "4g" } .... .... ....