include test db, enable internet on android and add some additional pkgs
This commit is contained in:
parent
15d8e8b2ab
commit
5bea016878
1 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@ package.domain = net.deflax.globalforest
|
|||
source.dir = .
|
||||
|
||||
# (list) Source files to include (let empty to include all the files)
|
||||
source.include_exts = py,png,jpg,kv,atlas
|
||||
source.include_exts = py,png,jpg,kv,atlas,db
|
||||
|
||||
# (list) List of inclusions using pattern matching
|
||||
source.include_patterns = assets/*,images/*.png
|
||||
source.include_patterns = assets/*,images/*.png,databases/*.db
|
||||
|
||||
# (list) Source files to exclude (let empty to not exclude anything)
|
||||
#source.exclude_exts = spec
|
||||
|
@ -36,7 +36,7 @@ version = 0.1
|
|||
|
||||
# (list) Application requirements
|
||||
# comma separated e.g. requirements = sqlite3,kivy
|
||||
requirements = python3,requests,urllib3,chardet,sqlite3,kivy,kivymd,mapview
|
||||
requirements = python3,requests,certifi,urllib3,chardet,idna,sqlite3,kivy,kivymd,mapview
|
||||
|
||||
# (str) Custom source folders for requirements
|
||||
# Sets custom source for any requirements with recipes
|
||||
|
@ -85,7 +85,7 @@ fullscreen = 0
|
|||
#android.presplash_color = #FFFFFF
|
||||
|
||||
# (list) Permissions
|
||||
#android.permissions = INTERNET
|
||||
android.permissions = INTERNET,ACCESS_NETWORK_STATE
|
||||
|
||||
# (int) Target Android API, should be as high as possible.
|
||||
#android.api = 27
|
||||
|
|
Loading…
Reference in a new issue