v4.23.2 Release Candidate (#2039)

* v4.23.2 Release Candidate

* adjust bottom nav bar height

* Adjust gradient and padding

* fix blur
This commit is contained in:
Omar Hatem 2025-02-20 20:24:59 +02:00 committed by GitHub
parent 8798c1bf9e
commit e8fdf33a79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 99 additions and 190 deletions

View file

@ -16,13 +16,13 @@ if [ -n "$1" ]; then
fi
MONERO_COM_NAME="Monero.com"
MONERO_COM_VERSION="1.10.0"
MONERO_COM_BUILD_NUMBER=43
MONERO_COM_VERSION="1.10.2"
MONERO_COM_BUILD_NUMBER=44
MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
CAKEWALLET_NAME="Cake Wallet"
CAKEWALLET_VERSION="1.16.0"
CAKEWALLET_BUILD_NUMBER=104
CAKEWALLET_VERSION="1.16.2"
CAKEWALLET_BUILD_NUMBER=105
CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet"
if ! [[ " ${TYPES[*]} " =~ " ${APP_MACOS_TYPE} " ]]; then