mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
REL
This commit is contained in:
parent
fff08141d2
commit
9da71cfd5a
2 changed files with 2 additions and 3 deletions
1
App.js
1
App.js
|
@ -9,7 +9,6 @@ import About from './screen/settings/about';
|
|||
import PlausibleDeniability from './screen/plausibledeniability';
|
||||
import Sentry from 'sentry-expo';
|
||||
|
||||
|
||||
Sentry.enableInExpoDevelopment = true; // TODO: Remove this once Sentry is correctly setup.
|
||||
Sentry.config('https://23377936131848ca8003448a893cb622@sentry.io/1295736').install();
|
||||
|
||||
|
|
4
app.json
4
app.json
|
@ -7,7 +7,7 @@
|
|||
"ios"
|
||||
],
|
||||
"ios": {
|
||||
"buildNumber": "90",
|
||||
"buildNumber": "91",
|
||||
"supportsTablet": true,
|
||||
"bundleIdentifier": "io.bluewallet.bluewallet",
|
||||
"infoPlist": {
|
||||
|
@ -53,4 +53,4 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue