Add in-app updates

This commit is contained in:
Maarten 2024-09-11 16:00:21 +02:00
parent 1fb9566005
commit 8685954a34
6 changed files with 70 additions and 8 deletions

View file

@ -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"
}
}
}