rwadurian/frontend/mining-app/lib
hailin f57b0f9c26 chore(mining-app): configure release build
- Add kDebugMode check to LoggingInterceptor to suppress logs in release
- Remove debug print statements from contribution_providers
- Add Play Core proguard rules to fix R8 missing classes error

Build command: flutter build apk --release --split-per-abi --target-platform android-arm,android-arm64
Output:
- app-arm64-v8a-release.apk: 18MB
- app-armeabi-v7a-release.apk: 16MB

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-14 17:24:42 -08:00
..
core chore(mining-app): configure release build 2026-01-14 17:24:42 -08:00
data feat(mining-app): add estimated earnings and contribution stats API 2026-01-14 08:37:30 -08:00
domain feat(mining-app): add estimated earnings and contribution stats API 2026-01-14 08:37:30 -08:00
presentation chore(mining-app): configure release build 2026-01-14 17:24:42 -08:00
main.dart feat(mining-app): improve UX with non-blocking splash and skeleton loading 2026-01-12 21:48:31 -08:00