Skip to content

Commit

Permalink
Version Bump [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Nov 22, 2023
1 parent a492014 commit 3b6c16f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"updates": {
"enabled": false
},
"platforms": ["ios", "android"],
"platforms": [
"ios",
"android"
],
"icon": "./assets/app-icon-1024.png",
"splash": {
"backgroundColor": "#ffffff",
Expand All @@ -15,7 +18,7 @@
},
"android": {
"package": "uk.ac.kcl.ioppn.flare",
"versionCode": 199,
"versionCode": 200,
"adaptiveIcon": {
"foregroundImage": "./assets/android-adaptive-icon-foreground.png",
"monochromeImage": "./assets/android-adaptive-icon-foreground.png",
Expand All @@ -24,8 +27,10 @@
},
"ios": {
"bundleIdentifier": "uk.ac.kcl.ioppn.flare",
"buildNumber": "199"
"buildNumber": "200"
}
},
"assets": ["./src/assets/fonts/Inter/"]
"assets": [
"./src/assets/fonts/Inter/"
]
}

0 comments on commit 3b6c16f

Please sign in to comment.