feat: Add NanoHTTPD for hotspot APK sharing

This commit introduces the `nanohttpd` library, which will be used to implement an HTTP server for sharing the application's APK over a local hotspot.

The specific dependency added is `org.nanohttpd:nanohttpd:2.3.1`.
This commit is contained in:
Moe Hamade 2026-01-16 14:52:39 +02:00 committed by Moe Hamade
parent d05034c3c0
commit 8c9c78d2af

View File

@ -130,6 +130,9 @@ dependencies {
// WebSocket
implementation(libs.okhttp)
// HTTP Server for hotspot APK sharing
implementation("org.nanohttpd:nanohttpd:2.3.1")
// Arti (Tor in Rust) Android bridge - custom build from latest source
// Built with rustls, 16KB page size support, and onio//un service client
// Native libraries are in src/tor/jniLibs/ (extracted from arti-custom.aar)