Release 4.4.4 (#451)

* Update build versions for Cake Wallet for ios and android.

* Add formatted crypto amount to xmr transaction for anypay transactions. Hide order id and payment id if they are not exists on payment status screen.

* Change build number for Cake Wallet ios and android.

* Change ionia api to production endpoint.

* Update version for monero.com app.

* Update build number to cake wallet.

* Fix for formatting amount for any_pay_payment totalAmount.
This commit is contained in:
mkyq 2022-08-04 14:27:28 +01:00 committed by GitHub
parent 3cfe2ec532
commit aa9ed08648
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 12 deletions

View file

@ -14,14 +14,14 @@ TYPES=($MONERO_COM $CAKEWALLET $HAVEN)
APP_ANDROID_TYPE=$1
MONERO_COM_NAME="Monero.com"
MONERO_COM_VERSION="1.0.7"
MONERO_COM_BUILD_NUMBER=14
MONERO_COM_VERSION="1.0.8"
MONERO_COM_BUILD_NUMBER=15
MONERO_COM_BUNDLE_ID="com.monero.app"
MONERO_COM_PACKAGE="com.monero.app"
CAKEWALLET_NAME="Cake Wallet"
CAKEWALLET_VERSION="4.4.4"
CAKEWALLET_BUILD_NUMBER=111
CAKEWALLET_BUILD_NUMBER=112
CAKEWALLET_BUNDLE_ID="com.cakewallet.cake_wallet"
CAKEWALLET_PACKAGE="com.cakewallet.cake_wallet"