Skip to content

Commit 0ba42ad

Browse files
authored
Merge pull request #183 from glific/build-fixes
fixed build errors
2 parents b80ba24 + c7cb5f1 commit 0ba42ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"supportsTablet": true,
1919
"usesIcloudStorage": true,
2020
"bundleIdentifier": "org.glific.mobile",
21-
"buildNumber": "7"
21+
"buildNumber": "8"
2222
},
2323
"android": {
2424
"adaptiveIcon": {
2525
"foregroundImage": "./assets/adaptive-icon.png",
2626
"backgroundColor": "#ffffff"
2727
},
2828
"package": "org.glific.mobile",
29-
"versionCode": 7
29+
"versionCode": 8
3030
},
3131
"web": {
3232
"favicon": "./assets/favicon.png"

0 commit comments

Comments
 (0)