Skip to content

Latest commit

 

History

History
337 lines (262 loc) · 9.63 KB

buildozer.spec.Org

File metadata and controls

337 lines (262 loc) · 9.63 KB

[app]

title = Mas LINE Notify

package.name = mas_line_notify

package.domain = org.kivy

source.dir = .

source.include_exts = py,png,jpg,kv,atlas,ttf

#source.include_patterns = assets/*,images/*.png

#source.exclude_exts = spec

source.exclude_dirs = tests, bin, art

#source.exclude_patterns = license,images/*/*.jpg

version = 1.0a

######################## ## requirements = python3,kivy==master,hostpython3,android ## requirements = python3,kivy==master,sqlite3,pathlib,android,requests,bs4,urllib3,chardet,idna ## requirements = python3,kivy,hostpython3,android ################# https://github.com/Android-for-Python/Android-for-Python-Users#64-bit-instead-of-32-bit ## requirements = python3,kivy==master,hostpython3,android,requests,urllib3,charset-normalizer requirements = python3,kivy==master,hostpython3,android,requests,urllib3,charset-normalizer==2.1.1,idna ########################

#garden_requirements =

presplash.filename = %(source.dir)s/data/presplash.png

icon.filename = %(source.dir)s/data/icon.png

orientation = portrait ############

#services = NAME:ENTRYPOINT_TO_PY,NAME2:ENTRYPOINT2_TO_PY

#

#

#

osx.python_version = 3

osx.kivy_version = 2

#

#

fullscreen = 0

#android.presplash_color = #FFFFFF

############################

android.api = 30 ############################

#android.minapi = 9

############################

android.sdk = 30 ############################

#android.private_storage = True

#android.ndk_path =

#android.sdk_path =

#android.ant_path =

#android.entrypoint = org.renpy.android.PythonActivity

#android.whitelist =

#android.whitelist_src =

#android.blacklist_src =

#android.add_jars = foo.jar,bar.jar,path/to/more/*.jar

#android.add_src =

#android.add_aars =

#android.gradle_dependencies =”androidx.documentfile:documentfile:1.0.1”,”androidx.core:core:1.7.0” #android.gradle_dependencies = “androidx.documentfile:documentfile:1.0.1” #android.gradle_dependencies = “androidx.core:core:1.7.0” NG #android.gradle_dependencies = “androidx.core:core:1.1.0” ############## ## android.gradle_dependencies = “androidx.documentfile:documentfile:1.0.1”,”androidx.core:core:1.1.0” ## android.gradle_dependencies = androidx.documentfile:documentfile:1.0.1 OK ## android.gradle_dependencies = androidx.documentfile:documentfile:1.0.1,androidx.core:core:1.7.0 NG android.gradle_dependencies = androidx.documentfile:documentfile:1.0.1,androidx.core:core:1.1.0 ##############

android.enable_androidx = True

p4a.branch = master

#android.manifest.intent_filters =

android.manifest.launch_mode = standard

#android.add_libs_armeabi = libs/android/*.so #android.add_libs_armeabi_v7a = libs/android-v7/*.so #android.add_libs_x86 = libs/android-x86/*.so #android.add_libs_mips = libs/android-mips/*.so

#android.wakelock = False

#android.meta_data =

#android.library_references =

#android.logcat_filters = *:S python:D

#android.copy_libs = 1

android.arch = armeabi-v7a

#

#

#p4a.source_dir =

#p4a.local_recipes =

#p4a.hook =

#

#

#ios.kivy_ios_dir = ../kivy-ios

#ios.codesign.debug = “iPhone Developer: <lastname> <firstname> (<hexstring>)”

#ios.codesign.release = %(ios.codesign.debug)s

############################################# [app:android.permissions] READ_EXTERNAL_STORAGE #### WRITE_EXTERNAL_STORAGE ACCESS_LOCATION_EXTRA_COMMANDS ACCESS_NETWORK_STATE ACCESS_NOTIFICATION_POLICY ACCESS_WIFI_STATE BLUETOOTH BLUETOOTH_ADMIN BROADCAST_STICKY CHANGE_NETWORK_STATE CHANGE_WIFI_MULTICAST_STATE CHANGE_WIFI_STATE DISABLE_KEYGUARD EXPAND_STATUS_BAR FOREGROUND_SERVICE GET_PACKAGE_SIZE INSTALL_SHORTCUT INTERNET KILL_BACKGROUND_PROCESSES MANAGE_OWN_CALLS MODIFY_AUDIO_SETTINGS NFC READ_SYNC_SETTINGS READ_SYNC_STATS RECEIVE_BOOT_COMPLETED REORDER_TASKS REQUEST_COMPANION_RUN_IN_BACKGROUND REQUEST_COMPANION_USE_DATA_IN_BACKGROUND REQUEST_DELETE_PACKAGES REQUEST_IGNORE_BATTERY_OPTIMIZATIONS SET_ALARM SET_WALLPAPER SET_WALLPAPER_HINTS TRANSMIT_IR USE_FINGERPRINT VIBRATE WAKE_LOCK WRITE_SYNC_SETTINGS

[buildozer]

log_level = 2

warn_on_root = 0

#

# #[app] #source.exclude_patterns = license,data/audio/*.wav,data/images/original/* #

# #[app:source.exclude_patterns] #license #data/audio/*.wav #data/images/original/* #

#

# #[app@demo] #title = My Application (demo) # #[app:source.exclude_patterns@demo] #images/hd/* #

# #buildozer –profile demo android debug