Skip to content

Commit 32fb79a

Browse files
authored
Update buildozer.spec
1 parent e8b8e87 commit 32fb79a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/buildozer.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ android.accept_sdk_license = True
153153

154154
# (str) Extra xml to write directly inside the <manifest> element of AndroidManifest.xml
155155
# use that parameter to provide a filename from where to load your custom XML code
156-
android.extra_manifest_xml = ./src/android/extra_manifest_application_arguments.xml
156+
# android.extra_manifest_xml = ./src/android/extra_manifest_application_arguments.xml
157157

158158
# (str) Extra xml to write directly inside the <manifest><application> tag of AndroidManifest.xml
159159
# use that parameter to provide a filename from where to load your custom XML arguments:
@@ -479,4 +479,4 @@ warn_on_root = 1
479479
#
480480
# buildozer --profile demo android debug
481481
#
482-
# Environment variable overrides have priority over profile overrides.
482+
# Environment variable overrides have priority over profile overrides.

0 commit comments

Comments
 (0)