10000 Merge pull request #2525 from Comm5/develop · jhay06/python-for-android@8fb46a6 · GitHub
[go: up one dir, main page]

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
< 42B4 td data-grid-cell-id="diff-e29442ebf48d5b4dcbb894ab6af1be03c92445aef245532d7518042691ddf6e4-51-51-0" data-selected="false" role="gridcell" style="background-color:var(--bgColor-default);text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative diff-line-number-neutral left-side">51
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 }}"
51
{% 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)
0