Skip to content

Commit 5e46281

Browse files
authored
Add files via upload
1 parent dc84f93 commit 5e46281

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

buildozer.spec

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ orientation = landscape
2323
fullscreen = 0
2424

2525
# --- ANDROID SDK ---
26-
#android.api = 31
27-
#android.minapi = 21
28-
#android.target = 31
26+
android.api = 31
27+
android.minapi = 21
28+
android.target = 31
2929

3030
# --- ANDROID PERMISSION ---
3131
android.permissions = INTERNET,POST_NOTIFICATIONS,FOREGROUND_SERVICE,WRITE_EXTERNAL_STORAGE,READ_EXTERNAL_STORAGE,MANAGE_EXTERNAL_STORAGE
@@ -44,9 +44,8 @@ android.presplash_screen = presplash
4444
android.add_resources = %(source.dir)s/res
4545
android.presplash_color = #FFFFFF
4646

47-
# --- HOOK/BOOTSTRAP ---
48-
#p4a.hook = p4a/hook.py
49-
#p4a.bootstrap = sdl2
47+
# --- BOOTSTRAP ---
48+
p4a.bootstrap = sdl2
5049

5150
# --- DEBUG ---
5251
log_level = 2

0 commit comments

Comments
 (0)