Skip to content

Commit

Permalink
chore: Replace Hardcoded PLATFORM_NAME with Configuration Variable (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul-Muqadim-Arbisoft authored and DawoudSheraz committed Nov 29, 2024
1 parent 17e876b commit 462f76b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tutorandroid/templates/android/build/config/tutor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 462f76b

Please sign in to comment.