Eat another empty line

This commit is contained in:
Feodor Fitsner 2025-02-25 10:33:17 -08:00
parent c13241a5c9
commit 3ba581d872
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@
android:label="{{ cookiecutter.product_name }}" android:label="{{ cookiecutter.product_name }}"
android:name="${applicationName}" android:name="${applicationName}"
android:enableOnBackInvokedCallback="true" android:enableOnBackInvokedCallback="true"
{% if manifest_application %}{% for k, v in cookiecutter.pyproject.tool.flet.android.manifest_application.items() -%} {% if manifest_application -%}{% for k, v in cookiecutter.pyproject.tool.flet.android.manifest_application.items() -%}
android:{{ k }}="{{ v }}" android:{{ k }}="{{ v }}"
{% endfor %}{% endif %} {% endfor -%}{% endif -%}
android:icon="@mipmap/ic_launcher"> android:icon="@mipmap/ic_launcher">
<!-- flet: meta-data {% for k, v in cookiecutter.options.android_meta_data.items() %} --> <!-- flet: meta-data {% for k, v in cookiecutter.options.android_meta_data.items() %} -->
<meta-data android:name="{{ k }}" android:value="{{ v }}" /> <meta-data android:name="{{ k }}" android:value="{{ v }}" />