Add in-app updates
This commit is contained in:
parent
1fb9566005
commit
8685954a34
6 changed files with 70 additions and 8 deletions
11
app.json
11
app.json
|
@ -21,12 +21,7 @@
|
|||
"foregroundImage": "./assets/images/adaptive-icon.png",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"package": "nl.maartenvr98.kliko",
|
||||
"config": {
|
||||
"googleMaps": {
|
||||
"apiKey": "AIzaSyCZc8B45A-NZ2BwP_C6wNTkJknqy8EkErg"
|
||||
}
|
||||
}
|
||||
"package": "nl.maartenvr98.kliko"
|
||||
},
|
||||
"web": {
|
||||
"bundler": "metro",
|
||||
|
@ -67,6 +62,10 @@
|
|||
"eas": {
|
||||
"projectId": "db25877f-edee-4e82-8afc-6164e4183da0"
|
||||
}
|
||||
},
|
||||
"runtimeVersion": "1.0.0",
|
||||
"updates": {
|
||||
"url": "https://u.expo.dev/db25877f-edee-4e82-8afc-6164e4183da0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue