[app] # Try to pull in a fix for pyjnius. #p4a.branch = develop # --- regular stuff; provided by Grok title = Cast Jukebox package.name = castjukebox package.domain = org.example source.dir = . source.include_exts = py,png,jpg,kv,ttf version = 0.1 requirements = python3,kivy==2.3.0,kivymd==1.2.0,pychromecast # Set the NDK variable to a specific desired version folder name #android.ndk = %(android.sdk_path)s/ndk/21.4.7075529 # This matches NDK r21e #android.ndk = 25b # Use an API level known to work well with r21e #android.api = 25 android.api = 33 android.minapi = 21 android.permissions = INTERNET,READ_EXTERNAL_STORAGE # Keep target API high for Play Store requirements if needed: #android.targetapi = 33 # We have some fixes. p4a.local_recipes = ./p4a_recipes