From 002d21ee5c898de97e7d1730b724d85a8aa15876 Mon Sep 17 00:00:00 2001 From: Mikhail Smirnov <58223117+mismirnov@users.noreply.github.com> Date: Fri, 17 Feb 2023 21:12:03 +0300 Subject: [PATCH] ATM-396 remove info about DEX in AppStore (#84) * Disable DEX * Increase app version --- atomex.Android/Properties/AndroidManifest.xml | 2 +- atomex.iOS/Info.plist | 2 +- atomex/Views/CreateSwap/ExchangePage.xaml | 1119 +++++++++-------- 3 files changed, 570 insertions(+), 553 deletions(-) diff --git a/atomex.Android/Properties/AndroidManifest.xml b/atomex.Android/Properties/AndroidManifest.xml index bf8b4729..7e4a6019 100644 --- a/atomex.Android/Properties/AndroidManifest.xml +++ b/atomex.Android/Properties/AndroidManifest.xml @@ -1,5 +1,5 @@  - + diff --git a/atomex.iOS/Info.plist b/atomex.iOS/Info.plist index 55e208fc..bc70140a 100644 --- a/atomex.iOS/Info.plist +++ b/atomex.iOS/Info.plist @@ -24,7 +24,7 @@ CFBundleIdentifier com.atomex.ios CFBundleVersion - 1.24.1 + 1.24.2 UILaunchStoryboardName AtomexLaunchScreen CFBundleName diff --git a/atomex/Views/CreateSwap/ExchangePage.xaml b/atomex/Views/CreateSwap/ExchangePage.xaml index d6095435..db1d2e9d 100644 --- a/atomex/Views/CreateSwap/ExchangePage.xaml +++ b/atomex/Views/CreateSwap/ExchangePage.xaml @@ -34,152 +34,335 @@ BackgroundColor="Transparent"> - @@ -770,15 +787,15 @@