Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
chore: dependencies cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kodzonko committed May 27, 2023
1 parent 4a5094c commit dcd6884
Show file tree
Hide file tree
Showing 4 changed files with 6,257 additions and 7,644 deletions.
10 changes: 6 additions & 4 deletions sdex-encrypted-communicator/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,25 @@
"orientation": "portrait",
"icon": "./assets/logo-no-background.png",
"userInterfaceStyle": "light",
"runtimeVersion": {
"policy": "sdkVersion"
},
"splash": {
"image": "./assets/logo-no-background.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"jsEngine": "hermes",
"updates": {
"fallbackToCacheTimeout": 0
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/01f7d59d-2001-444f-8a81-81b9c210cf03"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true,
"config": {
"usesNonExemptEncryption": false
}
"bundleIdentifier": "pl.janwadolowski.sdexcommunicator"
},
"android": {
"adaptiveIcon": {
Expand Down
9 changes: 6 additions & 3 deletions sdex-encrypted-communicator/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,21 @@
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
}
},
"channel": "development"
},
"preview": {
"distribution": "internal",
"ios": {
"resourceClass": "m-medium"
}
},
"channel": "preview"
},
"production": {
"ios": {
"resourceClass": "m-medium"
}
},
"channel": "production"
}
},
"submit": {
Expand Down
Loading

0 comments on commit dcd6884

Please sign in to comment.