383/5000 I have an app that gives me compilation errors when I change it to release mode to upload it to the play store
I\'ve tried analyzing-inspecting code and I d
This works for me
lintOptions { checkReleaseBuilds false }
Add this code into the build.gradle file within android {} section