3429e8bdf76bc7ae568c8655aca3f5e636a9f62a
Real hardware has no USB and can't resolve 10.0.2.2, so we pair over ADB-WiFi and point the app at the dev laptop's LAN URL. run.sh gains a `watch`/`emulator` target prefix so both devices can be attached in parallel without serial-picking roulette. - network_security_config.xml: whitelist 192.168.178.27 for cleartext - build.gradle.kts: resolveProp() threads Gradle CLI `-P` overrides into BuildConfig (SERVER_URL, API_KEY) ahead of local.properties - run.sh: adb_cmd wrapper honours ADB_SERIAL; new `devices` and `connect [ip:port]` subcommands; `.watch_serial` caches the paired endpoint so `./run.sh watch install` just works on subsequent runs - .gitignore: ignore `.watch_serial`
Description
No description provided
Languages
Rust
74%
Kotlin
12.7%
HTML
4.9%
Python
4.1%
Shell
3.8%
Other
0.5%