mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +00:00
Separate test build apk from overriding the original app
This commit is contained in:
parent
23128dbe3c
commit
1481ebc229
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ HAVEN_BUILD_NUMBER=1
|
|||
HAVEN_BUNDLE_ID="com.cakewallet.haven"
|
||||
HAVEN_PACKAGE="com.cakewallet.haven"
|
||||
|
||||
CAKEWALLET_TEST_PACKAGE="com.cakewallet.cake_wallet.test"
|
||||
CAKEWALLET_TEST_PACKAGE="com.cakewallet.test"
|
||||
|
||||
if ! [[ " ${TYPES[*]} " =~ " ${APP_ANDROID_TYPE} " ]]; then
|
||||
echo "Wrong app type."
|
||||
|
|
Loading…
Reference in a new issue