From 5d2e945a15f39c7d242544b149cd450ffc315151 Mon Sep 17 00:00:00 2001 From: Abdul-Muqadim-Arbisoft <139064778+Abdul-Muqadim-Arbisoft@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:07:03 +0500 Subject: [PATCH] chore: Replace Hardcoded PLATFORM_NAME with Configuration Variable (#29) --- tutorandroid/templates/android/build/config/tutor.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tutorandroid/templates/android/build/config/tutor.yaml b/tutorandroid/templates/android/build/config/tutor.yaml index 41b52c6..9dc6411 100644 --- a/tutorandroid/templates/android/build/config/tutor.yaml +++ b/tutorandroid/templates/android/build/config/tutor.yaml @@ -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