@ArtemSBulgakov We are learning Kivy and building the apk using `buildozer-action` but the `apk` file is really huge(**~15MB**) for a small app like [this one](https://github.com/elijahmanda/hellocodi). Any pointers to building smaller apks? See the [built apk for our demo app here](https://github.com/elijahmanda/hellocodi/blob/5f410ab9e6351934b12b1d95e1bf3bbbe4e88d31/bin/codi-0.1-819e998-armeabi-v7a-debug.apk), and its corresponding [buildozer.spec](https://github.com/elijahmanda/hellocodi/blob/main/buildozer.spec) and its [github action workflow](https://github.com/elijahmanda/hellocodi/blob/main/.github/workflows/workflow.yaml), for your recommendations. Thanks.