chore: Replace Hardcoded PLATFORM_NAME with Configuration Variable (#29)

This commit is contained in:
Abdul-Muqadim-Arbisoft 2024-11-04 18:07:03 +05:00 committed by Syed Muhammad Dawoud Sheraz Ali
parent bef534a00d
commit 5d2e945a15

View File

@ -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