true and false

This commit is contained in:
Feodor Fitsner 2024-10-06 10:54:32 -07:00
parent 7dd5ce031e
commit 00106ed357
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@
<!-- {% endif %} {% endfor %} -->
<!-- {% for k, v in cookiecutter.options.android_features.items() %} -->
<uses-feature android:name="{{ k }}" android:required="{{ str(v).lower() }}" />
<uses-feature android:name="{{ k }}"
android:required="{% if v == True %}true{% else %}false{% endif %}" />
<!-- {% endfor %} -->
<!-- Google TV -->