cnlohr / rawdrawandroid

Build android apps without any java, entirely in C and Make
MIT License
2.75k stars 197 forks source link

Clean AndroidManifest.xml #80

Closed dgramop closed 8 months ago

dgramop commented 8 months ago

Automatically clean AndroidManifest.xml when make clean is called, so that parameters edited inside the makefile reflect in the generated manifest.

Found this issue when I changed the SDK version below SDK 30, resulting in the min-version preventing me from getting this to work on an old kindle. I edited the makefile, called make clean, but the old manifest was preventing a successful install.

dreua commented 8 months ago

Sounds reasonable, thank you for the PR!