feat: Mark all testing complete + resolve investment upload issue

- Update TASK-005: all iOS & Android testing marked as complete (Phase 7, 8, 9 User + all Admin phases)
- Investment upload issue resolved (2026-04-17)
- All build & device testing status updated from Pending to Complete
- Last Updated bumped to 2026-04-17

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2026-04-17 11:24:02 +08:00
parent 19d3a9a6c7
commit f897f00c64
7 changed files with 212 additions and 92 deletions

View File

@@ -100,8 +100,8 @@ packagingOptions {
applicationId 'com.bip.hipmimobileapp'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionName "1.0.2"
versionCode 6
versionName "1.0.3"
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
}