Compare commits
10 Commits
5dd60027a0
...
a9488b98bc
Author | SHA1 | Date | |
---|---|---|---|
|
a9488b98bc | ||
|
26cf84705a | ||
|
55f4a79eef | ||
|
046a8dbfb2 | ||
|
fa882223d4 | ||
|
bb7b474006 | ||
|
ede2884c4a | ||
|
098cae5053 | ||
|
7cddc657fd | ||
|
adee63b549 |
22
app.json
22
app.json
@ -18,9 +18,11 @@
|
||||
"fallbackToCacheTimeout": 0,
|
||||
"url": "https://u.expo.dev/398abf60-57a7-11e9-970c-8f04356d08bf"
|
||||
},
|
||||
"assetBundlePatterns": ["**/*"],
|
||||
"assetBundlePatterns": [
|
||||
"**/*"
|
||||
],
|
||||
"ios": {
|
||||
"buildNumber": "43",
|
||||
"buildNumber": "46",
|
||||
"supportsTablet": false,
|
||||
"bundleIdentifier": "jrshikokuinfo.xprocess.hrkn",
|
||||
"config": {
|
||||
@ -31,7 +33,8 @@
|
||||
"com.apple.developer.nfc.readersession.felica.systemcodes": [
|
||||
"0003",
|
||||
"FE00"
|
||||
]
|
||||
],
|
||||
"ITSAppUsesNonExemptEncryption": false
|
||||
},
|
||||
"entitlements": {
|
||||
"com.apple.developer.nfc.readersession.formats": [
|
||||
@ -41,10 +44,12 @@
|
||||
},
|
||||
"android": {
|
||||
"package": "jrshikokuinfo.xprocess.hrkn",
|
||||
"versionCode": 24,
|
||||
"versionCode": 27,
|
||||
"permissions": [
|
||||
"ACCESS_FINE_LOCATION",
|
||||
"NFC"
|
||||
"NFC",
|
||||
"android.permission.ACCESS_COARSE_LOCATION",
|
||||
"android.permission.ACCESS_FINE_LOCATION"
|
||||
],
|
||||
"googleServicesFile": "./google-services.json",
|
||||
"config": {
|
||||
@ -64,13 +69,6 @@
|
||||
"plugins": [
|
||||
"expo-font",
|
||||
"expo-localization",
|
||||
[
|
||||
"expo-video",
|
||||
{
|
||||
"supportsBackgroundPlayback": true,
|
||||
"supportsPictureInPicture": true
|
||||
}
|
||||
],
|
||||
[
|
||||
"expo-screen-orientation",
|
||||
{
|
||||
|
@ -1 +1 @@
|
||||
export const news = "2025-01-09";
|
||||
export const news = "2025-03-06";
|
||||
|
Loading…
Reference in New Issue
Block a user