forked from NazirShahBakhsh/DPI-TLS-Tunnel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildozer.spec
36 lines (25 loc) · 1.01 KB
/
buildozer.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[app]
title = NETBRIGHT
package.name = netbright
package.domain = org.yebekhetest
source.dir = .
source.include_exts = py,png,jpg,kv,atlas,ini,ttf
icon.filename = images/ic_launcher.png
icon.adaptive_foreground.filename = images/ic_launcher_foreground.png
icon.adaptive_background.filename = images/ic_launcher_background.png
version = 1.0.0
requirements = python3, kivy==master, requests, urllib3, dnspython, charset_normalizer==2.1.1, idna, openssl, https://github.com/kivymd/KivyMD/archive/master.zip, python-resources, jnius,plyer, ahocorasick
orientation = portrait
fullscreen = 0
android.archs = armeabi-v7a
android.build_mode = release
presplash.filename = images/presplash.png
android.presplash_color = #FF5722
android.permissions = INTERNET, WAKE_LOCK, FOREGROUND_SERVICE, REQUEST_IGNORE_BATTERY_OPTIMIZATIONS, POST_NOTIFICATIONS
osx.python_version = 3.10
osx.kivy_version = 2.1.0
android.ndk = 25c
android.ndk_api = 21
android.release_artifact = apk
[buildozer]
log_level = 2