Skip to content

Commit

Permalink
Add build step to replace applicationId (#18)
Browse files Browse the repository at this point in the history
* Add build step to replace applicationId

* Move the applicationId set before unit test

* Use $APPLICATION_ID for Google Play step
  • Loading branch information
ruixhuang authored Mar 8, 2024
1 parent 752dabb commit e45eb91
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion meta/bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ workflows:
- install-missing-android-tools@3:
inputs:
- gradlew_path: "$PROJECT_LOCATION/gradlew"
- change-android-applicationid@1:
inputs:
- build_gradle_path: "$BITRISE_SOURCE_DIR/v4/app/build.gradle"
- new_application_id: "$APPLICATION_ID"
- android-unit-test@1:
inputs:
- project_location: "$PROJECT_LOCATION"
Expand Down Expand Up @@ -171,7 +175,7 @@ workflows:
- deploy-to-bitrise-io@2: {}
- google-play-deploy@3:
inputs:
- package_name: exchange.dydx.trading
- package_name: "$APPLICATION_ID"
- track: internal
- status: draft
- service_account_json_key_path: "$BITRISEIO_Google_Play_service_account_json_URL"
Expand All @@ -198,6 +202,9 @@ app:
- opts:
is_expand: false
MODULE_PATH: v4/app
- opts:
is_expand: false
APPLICATION_ID: exchange.dydx.trading
trigger_map:
- push_branch: releases/*
workflow: release
Expand Down

0 comments on commit e45eb91

Please sign in to comment.