i've just recently began to develop using kivy for testing purposes and build the first .apk , so one question comes to mind.
The main.py contains source code that maybe i don't want to be "readable" if i want to distribute my apk... so is there a way to encode or hide my primary code when i create a .apk for google play store or as a normal linux app?
Thanks guys!
