I know that it’s possible to copy the Android template files from templates\android\ from Lime folder, set them as templates with <template path= ... /> but this doesn’t seem good in some cases, for example, I want to add android:extractNativeLibs="true" to AndroidManifest.xml and to achieve it I have to copy and reset the template.
Another case is Firebase integration. I need to add google-services plugin to the top-level build.gradle and have to modify the template as well.
This is not good because I have to check the templates with each Line update to keep my locally modified templates up-to-date.