Files
columba/app
torlando-tech 74f07244f9 fix: add ProGuard keep rule for KotlinRNodeBridge
R8 was obfuscating the KotlinRNodeBridge class to 'c', causing
Python to fail when calling bridge.connect() with error:
"'c' object has no attribute 'connect'"

This prevented the RNode LoRa interface from initializing in
release builds.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 19:44:31 -05:00
..