mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 17:40:43 +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_BUNDLE_ID="com.cakewallet.haven"
|
||||||
HAVEN_PACKAGE="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
|
if ! [[ " ${TYPES[*]} " =~ " ${APP_ANDROID_TYPE} " ]]; then
|
||||||
echo "Wrong app type."
|
echo "Wrong app type."
|
||||||
|
|
Loading…
Reference in a new issue