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