Skip to content

Commit 5b2076c

Browse files
authored
Create buildozer.spec
1 parent 321d33a commit 5b2076c

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

buildozer.spec

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[app]
2+
title = KingWatch Pro
3+
package.name = kingwatchpro
4+
package.domain = com.kingwatch
5+
source.dir = .
6+
source.include_exts = py,png,jpg,kv,atlas,json,ttf
7+
source.exclude_dirs = tests,bin,.buildozer,.git,__pycache__
8+
version = 1.0.0
9+
requirements = python3,kivy==2.3.0,plyer,psutil,pillow
10+
orientation = portrait
11+
fullscreen = 0
12+
android.permissions = INTERNET,ACCESS_NETWORK_STATE,ACCESS_WIFI_STATE,READ_PHONE_STATE,BATTERY_STATS,FOREGROUND_SERVICE,RECEIVE_BOOT_COMPLETED,WAKE_LOCK,VIBRATE
13+
android.api = 33
14+
android.minapi = 21
15+
android.ndk = 25b
16+
android.ndk_api = 21
17+
android.archs = arm64-v8a, armeabi-v7a
18+
android.accept_sdk_license = True
19+
android.enable_androidx = True
20+
21+
[buildozer]
22+
log_level = 2
23+
warn_on_root = 1

0 commit comments

Comments
 (0)