Eat another empty line
This commit is contained in:
parent
c13241a5c9
commit
3ba581d872
|
|
@ -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 }}" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue