In my Android app, I wanted to try to minify the apk because it would reduce the size of the deployable and it would make it slightly harder for other people to read the code and understand how it worked. For some of the external libraries I used, they gave instructions on what to addContinue reading “minifyEnabled = true”