Skip to content

Commit f3bb103

Browse files
committed
fix typo in AndroidManifest.xml
1 parent af83c56 commit f3bb103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.out_dir}}/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
22
<!-- flet: permission {% for k, v in cookiecutter.options.android_permissions.items() %} {% if v == True %} -->
33
<uses-permission android:name="{{ k }}" />
4-
<!-- flet: enf of permission {% endif %} {% endfor %} -->
4+
<!-- flet: end of permission {% endif %} {% endfor %} -->
55

66
<!-- flet: feature {% for k, v in cookiecutter.options.android_features.items() %} -->
77
<uses-feature android:name="{{ k }}" android:required="{% if v == True %}true{% else %}false{% endif %}" />

0 commit comments

Comments
 (0)