chore(android): update Gradle dependencies, adjust Python build path, and enhance AndroidManifest with drawable resources

This commit is contained in:
Sudo-Ivan
2026-01-01 21:57:05 -06:00
parent 7555d95d32
commit d2c2d7a02b
10 changed files with 71 additions and 29 deletions

View File

@@ -8,8 +8,7 @@ def start_server(port=8000):
'meshchat',
'--headless',
'--host', '127.0.0.1',
'--port', str(port),
'--no-https'
'--port', str(port)
]
main()