From 9da71cfd5a2d4acb4d4826e3a9992b456ee7a04d Mon Sep 17 00:00:00 2001 From: Overtorment Date: Sat, 6 Oct 2018 02:37:12 +0100 Subject: [PATCH] REL --- App.js | 1 - app.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/App.js b/App.js index f35f0162..3fca9a7a 100644 --- a/App.js +++ b/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(); diff --git a/app.json b/app.json index dde160d9..442d7728 100644 --- a/app.json +++ b/app.json @@ -7,7 +7,7 @@ "ios" ], "ios": { - "buildNumber": "90", + "buildNumber": "91", "supportsTablet": true, "bundleIdentifier": "io.bluewallet.bluewallet", "infoPlist": { @@ -53,4 +53,4 @@ ] } } -} +} \ No newline at end of file