Skip to content

Commit

Permalink
Change build version for android and ios projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkyq committed Jan 27, 2022
1 parent 989ef44 commit c2dfa33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/android/app_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MONERO_COM_PACKAGE="com.monero.app"

CAKEWALLET_NAME="Cake Wallet"
CAKEWALLET_VERSION="4.3.5"
CAKEWALLET_BUILD_NUMBER=84
CAKEWALLET_BUILD_NUMBER=85
CAKEWALLET_BUNDLE_ID="com.cakewallet.cake_wallet"
CAKEWALLET_PACKAGE="com.cakewallet.cake_wallet"

Expand Down
2 changes: 1 addition & 1 deletion scripts/ios/app_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MONERO_COM_BUNDLE_ID="com.cakewallet.monero"

CAKEWALLET_NAME="Cake Wallet"
CAKEWALLET_VERSION="4.3.5"
CAKEWALLET_BUILD_NUMBER=78
CAKEWALLET_BUILD_NUMBER=80
CAKEWALLET_BUNDLE_ID="com.fotolockr.cakewallet"

if ! [[ " ${TYPES[*]} " =~ " ${APP_IOS_TYPE} " ]]; then
Expand Down

0 comments on commit c2dfa33

Please sign in to comment.