KivyMLApp
KivyMLApp copied to clipboard
How to modify "AndroidManifest.tmpl.xml" before "buildozer-action@v1"
HI,
I need to modify "AndroidManifest.tmpl.xml", before the build process (to add a android:usesCleartextTraffic="true" in <application>)
How can I do that, with the github/action ?
thanks in advance