chore: Replace Hardcoded PLATFORM_NAME with Configuration Variable (#29)
This commit is contained in:
parent
bef534a00d
commit
5d2e945a15
@ -68,11 +68,7 @@ BRANCH:
|
||||
ALTERNATE_HOST: ''
|
||||
|
||||
#Platform names
|
||||
#TODO: Remove the hardcoded value below and replace it with PLATFORM_NAME: "{{ PLATFORM_NAME }}"
|
||||
#once the PR (https://github.com/openedx/openedx-app-android/pull/335) is merged into the master branch.
|
||||
#Note: The PR is currently merged into the develop branch.
|
||||
|
||||
#Temporary Hardcoded Value
|
||||
PLATFORM_NAME: "{{ PLATFORM_NAME }}"
|
||||
PLATFORM_NAME: "OpenEdX"
|
||||
PLATFORM_FULL_NAME: "{{ PLATFORM_NAME }}"
|
||||
#App sourceSets dir
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user