diff --git a/changelog.d/20241029_170508_abdul.muqadim_sumac.md b/changelog.d/20241029_170508_abdul.muqadim_sumac.md new file mode 100644 index 0000000..d1f8a89 --- /dev/null +++ b/changelog.d/20241029_170508_abdul.muqadim_sumac.md @@ -0,0 +1 @@ +- 💥[Feature] Upgrade to Sumac (by @Abdul-Muqadim-Arbisoft) diff --git a/setup.py b/setup.py index 446907a..b8e3478 100644 --- a/setup.py +++ b/setup.py @@ -44,8 +44,8 @@ setup( packages=find_packages(exclude=["tests*"]), include_package_data=True, python_requires=">=3.9", - install_requires=["tutor>=18.0.0,<19.0.0"], - extras_require={"dev": ["tutor[dev]>=18.0.0,<19.0.0"]}, + install_requires=["tutor>=19.0.0,<20.0.0"], + extras_require={"dev": ["tutor[dev]>=19.0.0,<20.0.0"]}, entry_points={ "tutor.plugin.v1": [ "android = tutorandroid.plugin" diff --git a/tutorandroid/__about__.py b/tutorandroid/__about__.py index 28cc149..0122a6f 100644 --- a/tutorandroid/__about__.py +++ b/tutorandroid/__about__.py @@ -1 +1 @@ -__version__ = "18.0.1" +__version__ = "19.0.0" diff --git a/tutorandroid/templates/android/build/config/tutor.yaml b/tutorandroid/templates/android/build/config/tutor.yaml index c284cba..41b52c6 100644 --- a/tutorandroid/templates/android/build/config/tutor.yaml +++ b/tutorandroid/templates/android/build/config/tutor.yaml @@ -68,7 +68,12 @@ BRANCH: ALTERNATE_HOST: '' #Platform names -PLATFORM_NAME: "{{ PLATFORM_NAME }}" +#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: "OpenEdX" PLATFORM_FULL_NAME: "{{ PLATFORM_NAME }}" #App sourceSets dir THEME_DIRECTORY: "openedx"