地図の設置テスト

This commit is contained in:
harukin-DeskMini
2022-07-04 20:58:58 +09:00
parent dedd8bc352
commit 6c008cf46c
6 changed files with 125 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
"ios",
"android"
],
"version": "4.2",
"version": "4.3",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
@@ -22,15 +22,23 @@
"**/*"
],
"ios": {
"buildNumber": "20",
"buildNumber": "21",
"supportsTablet": true,
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn"
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn",
"config": {
"googleMapsApiKey": "AIzaSyAVGDTjBkR_0wkQiNkoo5WDLhqXCjrjk8Y"
}
},
"android": {
"package": "jrshikokuinfo.xprocess.hrkn",
"versionCode": 14,
"versionCode": 15,
"permissions": ["ACCESS_FINE_LOCATION"],
"googleServicesFile": "./google-services.json"
"googleServicesFile": "./google-services.json",
"config": {
"googleMaps": {
"apiKey": "AIzaSyAmFb-Yj033bXZWlSzNrfq_0jc1PgRrWcE"
}
}
}
}
}