Skip to content

Commit

Permalink
Update mobile version
Browse files Browse the repository at this point in the history
  • Loading branch information
dedenbangkit committed May 22, 2024
1 parent 20753f7 commit 5821bd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1",
"version": "4.0.2",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
Expand All @@ -21,7 +21,7 @@
"backgroundColor": "#ffffff"
},
"package": "com.akvo.rtmis",
"versionCode": 401
"versionCode": 402
},
"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.1",
"version": "4.0.2",
"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.1",
"appVersion": "4.0.2",
"lang": "en",
"gpsThreshold": 30
}

0 comments on commit 5821bd2

Please # to comment.