Update Config for APK
This commit is contained in:
parent
ca985a7cfc
commit
35b2db7395
1 changed files with 3 additions and 3 deletions
|
@ -82,7 +82,7 @@ fullscreen = 0
|
||||||
# red, blue, green, black, white, gray, cyan, magenta, yellow, lightgray,
|
# red, blue, green, black, white, gray, cyan, magenta, yellow, lightgray,
|
||||||
# darkgray, grey, lightgrey, darkgrey, aqua, fuchsia, lime, maroon, navy,
|
# darkgray, grey, lightgrey, darkgrey, aqua, fuchsia, lime, maroon, navy,
|
||||||
# olive, purple, silver, teal.
|
# olive, purple, silver, teal.
|
||||||
#android.presplash_color = #FFFFFF
|
#android.presplash_color = black
|
||||||
|
|
||||||
# (list) Permissions
|
# (list) Permissions
|
||||||
#android.permissions = INTERNET
|
#android.permissions = INTERNET
|
||||||
|
@ -123,7 +123,7 @@ fullscreen = 0
|
||||||
# agreements. This is intended for automation only. If set to False,
|
# agreements. This is intended for automation only. If set to False,
|
||||||
# the default, you will be shown the license when first running
|
# the default, you will be shown the license when first running
|
||||||
# buildozer.
|
# buildozer.
|
||||||
# android.accept_sdk_license = False
|
# android.accept_sdk_license = True
|
||||||
|
|
||||||
# (str) Android entry point, default is ok for Kivy-based app
|
# (str) Android entry point, default is ok for Kivy-based app
|
||||||
#android.entrypoint = org.renpy.android.PythonActivity
|
#android.entrypoint = org.renpy.android.PythonActivity
|
||||||
|
@ -219,7 +219,7 @@ fullscreen = 0
|
||||||
#android.copy_libs = 1
|
#android.copy_libs = 1
|
||||||
|
|
||||||
# (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86, x86_64
|
# (str) The Android arch to build for, choices: armeabi-v7a, arm64-v8a, x86, x86_64
|
||||||
android.arch = armeabi-v7a
|
android.arch = arm64-v8a
|
||||||
|
|
||||||
# (int) overrides automatic versionCode computation (used in build.gradle)
|
# (int) overrides automatic versionCode computation (used in build.gradle)
|
||||||
# this is not the same as app version and should only be edited if you know what you're doing
|
# this is not the same as app version and should only be edited if you know what you're doing
|
||||||
|
|
Reference in a new issue