Skip to content

Commit 8fb46a6

Browse files
authored
Merge pull request kivy#2525 from Comm5/develop
Fix build
2 parents b98674b + 964ef71 commit 8fb46a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/service_only/build/templates/AndroidManifest.tmpl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
-->
4747
<application android:label="@string/app_name"
4848
{% if debug %}android:debuggable="true"{% endif %}
49-
android:icon="@drawable/icon"
49+
android:icon="@mipmap/icon"
5050
android:allowBackup="{{ args.allow_backup }}"
5151
{% if args.backup_rules %}android:fullBackupContent="@xml/{{ args.backup_rules }}"{% endif %}
5252
android:theme="{{args.android_apptheme}}{% if not args.window %}.Fullscreen{% endif %}"

0 commit comments

Comments
 (0)