mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
REL
This commit is contained in:
parent
b63f9ec0cf
commit
def031467b
2 changed files with 3 additions and 3 deletions
4
app.json
4
app.json
|
@ -1,13 +1,13 @@
|
||||||
{
|
{
|
||||||
"expo": {
|
"expo": {
|
||||||
"sdkVersion": "23.0.0",
|
"sdkVersion": "23.0.0",
|
||||||
"version": "2.3.0",
|
"version": "2.4.0",
|
||||||
"privacy": "public",
|
"privacy": "public",
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"ios"
|
"ios"
|
||||||
],
|
],
|
||||||
"ios": {
|
"ios": {
|
||||||
"buildNumber": "54",
|
"buildNumber": "55",
|
||||||
"supportsTablet": true,
|
"supportsTablet": true,
|
||||||
"isRemoteJSEnabled": false,
|
"isRemoteJSEnabled": false,
|
||||||
"bundleIdentifier": "io.bluewallet.bluewallet",
|
"bundleIdentifier": "io.bluewallet.bluewallet",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "BlueWallet",
|
"name": "BlueWallet",
|
||||||
"version": "2.3.0",
|
"version": "2.4.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-eslint": "^8.2.2",
|
"babel-eslint": "^8.2.2",
|
||||||
"eslint": "^4.19.0",
|
"eslint": "^4.19.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue