Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Android crash in release build due to ProGuard
ProGuard optimizes out methods it considers unused in release build, but methods only called from native code appear unused. The ProGuard rule was broken from renaming the main activity and also did not consider the server service yet.
- Loading branch information