From 412238729d9acda01b875dfc274f644e20ef306a Mon Sep 17 00:00:00 2001 From: HashEngineering Date: Thu, 19 Aug 2021 19:42:53 -0700 Subject: [PATCH] v7.3.2 --- wallet/AndroidManifest.xml | 4 ++-- wallet/CHANGES | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/wallet/AndroidManifest.xml b/wallet/AndroidManifest.xml index e1c57c7a33..95c5728dca 100644 --- a/wallet/AndroidManifest.xml +++ b/wallet/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:tools="http://schemas.android.com/tools" package="de.schildbach.wallet_test" android:installLocation="internalOnly" - android:versionCode="70310" - android:versionName="7.3.1"> + android:versionCode="70320" + android:versionName="7.3.2"> diff --git a/wallet/CHANGES b/wallet/CHANGES index ee3d09f129..aafb47d780 100644 --- a/wallet/CHANGES +++ b/wallet/CHANGES @@ -1,4 +1,14 @@ Dash Wallet + +v7.3.2 +* Dismiss the last PIN Entry Dialog upon Autologout (bug from 7.2.4) +* Prevent screenshots on Recovery Phrase Screens +* Add information dialog about Recovery Phrase +* Add network unavailable error handling for Liquid Screens +* Use live exchange rates on BIP70 payment request flows +* Disable autologout timer when linking Uphold/Liquid accounts +* Use DashJ 0.17.8 which supports BIP69 + v7.3.1 * Fix Uphold logout instructions * Dismiss PIN Entry Dialogs upon Autologout (bug from 7.2.4)