true and false
This commit is contained in:
parent
7dd5ce031e
commit
00106ed357
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue