mirror of
https://github.com/markqvist/Sideband.git
synced 2025-11-28 11:21:23 -05:00
27 lines
544 B
INI
27 lines
544 B
INI
[app]
|
|
title = Alert Mi
|
|
version = 1.1
|
|
package.name = alert_mi
|
|
package.domain = org.kivy
|
|
source.dir = .
|
|
source.include_exts = py,png,jpg,kv,atlas
|
|
|
|
requirements = python3,kivy,android,able_recipe
|
|
|
|
android.accept_sdk_license = True
|
|
android.permissions =
|
|
BLUETOOTH,
|
|
BLUETOOTH_ADMIN,
|
|
BLUETOOTH_SCAN,
|
|
BLUETOOTH_CONNECT,
|
|
BLUETOOTH_ADVERTISE,
|
|
ACCESS_FINE_LOCATION
|
|
|
|
# android.api = 31
|
|
# android.minapi = 31
|
|
|
|
|
|
[buildozer]
|
|
warn_on_root = 1
|
|
# (int) Log level (0 = error only, 1 = info, 2 = debug (with command output))
|
|
log_level = 2
|