Skip to content

Commit

Permalink
Merge branch 'develop' into feature/1517-support-multi-dependency-in-…
Browse files Browse the repository at this point in the history
…data-bulk-upload
  • Loading branch information
ifirmawan authored May 29, 2024
2 parents b8f0855 + 15fa77d commit 1b9dbf9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "rtmis-mobile",
"slug": "rtmis-mobile",
"version": "4.0.2",
"version": "4.0.4",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
Expand All @@ -21,7 +21,7 @@
"backgroundColor": "#ffffff"
},
"package": "com.akvo.rtmis",
"versionCode": 402
"versionCode": 404
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rtmis-mobile",
"version": "4.0.2",
"version": "4.0.4",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --port 19000",
Expand Down
2 changes: 1 addition & 1 deletion app/src/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dataSyncInterval": 30,
"errorHandling": true,
"loggingLevel": "verbose",
"appVersion": "4.0.2",
"appVersion": "4.0.4",
"lang": "en",
"gpsThreshold": 30
}
2 changes: 1 addition & 1 deletion backend/source/config/power-bi-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
{
"key": "embed",
"link": "https://app.powerbi.com/view?r=eyJrIjoiMzNhZTkzYmQtZjBjZi00NzlmLTg5YTgtZjU3N2Q3M2EyODgyIiwidCI6ImIxNzBlMTE1LWRjM2QtNGU5Mi04NWJlLWU0YjMwMDljNWRjMiIsImMiOjl9",
"link": "https://app.powerbi.com/view?r=eyJrIjoiYTZiOWEwNDMtNzZmZS00NDQ2LTkxNzgtN2NkYWFiNjhiY2Q3IiwidCI6ImIxNzBlMTE1LWRjM2QtNGU5Mi04NWJlLWU0YjMwMDljNWRjMiIsImMiOjl9&pageName=ReportSectionb353663033a92004901d",
"style": {
"marginTop": "24px"
}
Expand Down

0 comments on commit 1b9dbf9

Please sign in to comment.