rwadurian/frontend/mining-app/lib/presentation/providers
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
..
asset_providers.dart feat(mining-app): integrate real APIs for Asset and Profile pages 2026-01-14 08:22:40 -08:00
contribution_providers.dart chore(mining-app): configure release build 2026-01-14 17:24:42 -08:00
mining_providers.dart feat(mining-app): improve UX with non-blocking splash and skeleton loading 2026-01-12 21:48:31 -08:00
profile_providers.dart feat(mining-app): integrate real APIs for Asset and Profile pages 2026-01-14 08:22:40 -08:00
trading_providers.dart feat(mining-app): integrate real APIs for Asset and Profile pages 2026-01-14 08:22:40 -08:00
user_providers.dart feat(mining-app): integrate real APIs for Asset and Profile pages 2026-01-14 08:22:40 -08:00