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:
@@ -15,7 +15,7 @@ require("dotenv").config();
|
||||
export default {
|
||||
name: "HIPMI Badung Connect",
|
||||
slug: "hipmi-mobile",
|
||||
version: "1.0.2",
|
||||
version: "1.0.3",
|
||||
orientation: "portrait",
|
||||
icon: "./assets/images/icon.png",
|
||||
scheme: "hipmimobile",
|
||||
@@ -34,7 +34,7 @@ export default {
|
||||
associatedDomains: [
|
||||
"applinks:hipmi.muku.id",
|
||||
],
|
||||
buildNumber: "7",
|
||||
buildNumber: "1",
|
||||
},
|
||||
|
||||
android: {
|
||||
@@ -45,7 +45,7 @@ export default {
|
||||
},
|
||||
edgeToEdgeEnabled: true,
|
||||
package: "com.bip.hipmimobileapp",
|
||||
versionCode: 5,
|
||||
versionCode: 6,
|
||||
// softwareKeyboardLayoutMode: 'resize', // option: untuk mengatur keyboard pada room chst collaboration
|
||||
intentFilters: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user