Search code examples
androidversionkivybuildozer

How to control which kivy version buildozer deploys on android?


Which kivy version does buildozer deploy on android and is it possible to control this?


Solution

  • Yes, write a version in requirements, for example requirements = kivy==1.9.1.

    Buildozer uses packages from pip, so if you write just kivy, it will download it into its virtualenv using command pip install kivy (that is stable branch).