rwadurian/backend/mpc-system/services/service-party-android/tsslib
hailin c239ac65ee fix(android): simplify build-apk.bat with official gomobile setup
Key changes:
- Add `go get -d golang.org/x/mobile/cmd/gomobile` step (official recommended)
- This adds golang.org/x/mobile dependency to go.mod, fixing "unable to import bind" error
- Remove complex Go 1.22 version detection logic (no longer needed)
- Simplify gomobile installation flow
- Update tsslib/go.mod with proper golang.org/x/mobile dependency

The fix follows the official Go Mobile documentation:
https://go.dev/wiki/Mobile

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-01 00:53:04 -08:00
..
build.bat feat(android): add Android TSS Party app with full API implementation 2025-12-31 23:27:29 -08:00
build.sh feat(android): add Android TSS Party app with full API implementation 2025-12-31 23:27:29 -08:00
go.mod fix(android): simplify build-apk.bat with official gomobile setup 2026-01-01 00:53:04 -08:00
go.sum fix(android): simplify build-apk.bat with official gomobile setup 2026-01-01 00:53:04 -08:00
tsslib.go feat(android): add Android TSS Party app with full API implementation 2025-12-31 23:27:29 -08:00