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: ''
|
ALTERNATE_HOST: ''
|
||||||
|
|
||||||
#Platform names
|
#Platform names
|
||||||
#TODO: Remove the hardcoded value below and replace it with PLATFORM_NAME: "{{ PLATFORM_NAME }}"
|
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: "OpenEdX"
|
PLATFORM_NAME: "OpenEdX"
|
||||||
PLATFORM_FULL_NAME: "{{ PLATFORM_NAME }}"
|
PLATFORM_FULL_NAME: "{{ PLATFORM_NAME }}"
|
||||||
#App sourceSets dir
|
#App sourceSets dir
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user