Update macos build number

Minor UI fix
This commit is contained in:
OmarHatem 2024-01-27 17:55:06 +02:00
parent ce17209de4
commit 8557cf31fb
2 changed files with 10 additions and 8 deletions

View file

@ -113,13 +113,15 @@ class AddressCell extends StatelessWidget {
color: textColor,
),
),
AutoSizeText(
formattedAddress,
maxLines: 1,
overflow: TextOverflow.ellipsis,
style: TextStyle(
fontSize: isChange ? 10 : 14,
color: textColor,
Flexible(
child: AutoSizeText(
formattedAddress,
maxLines: 1,
overflow: TextOverflow.ellipsis,
style: TextStyle(
fontSize: isChange ? 10 : 14,
color: textColor,
),
),
),
],

View file

@ -17,7 +17,7 @@ fi
MONERO_COM_NAME="Monero.com"
MONERO_COM_VERSION="1.0.1"
MONERO_COM_BUILD_NUMBER=2
MONERO_COM_BUILD_NUMBER=3
MONERO_COM_BUNDLE_ID="com.cakewallet.monero"
CAKEWALLET_NAME="Cake Wallet"