diff --git a/buildozer.spec b/buildozer.spec index 396daaf..627f2d1 100644 --- a/buildozer.spec +++ b/buildozer.spec @@ -82,7 +82,7 @@ fullscreen = 0 # red, blue, green, black, white, gray, cyan, magenta, yellow, lightgray, # darkgray, grey, lightgrey, darkgrey, aqua, fuchsia, lime, maroon, navy, # olive, purple, silver, teal. -#android.presplash_color = #FFFFFF +#android.presplash_color = black # (list) Permissions #android.permissions = INTERNET @@ -123,7 +123,7 @@ fullscreen = 0 # agreements. This is intended for automation only. If set to False, # the default, you will be shown the license when first running # buildozer. -# android.accept_sdk_license = False +# android.accept_sdk_license = True # (str) Android entry point, default is ok for Kivy-based app #android.entrypoint = org.renpy.android.PythonActivity @@ -219,7 +219,7 @@ fullscreen = 0 #android.copy_libs = 1 # (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) # this is not the same as app version and should only be edited if you know what you're doing