v19.0.0 Upgrade to sumac

This commit is contained in:
Abdul-Muqadim-Arbisoft 2024-10-29 23:24:40 +05:00 committed by Syed Muhammad Dawoud Sheraz Ali
parent aa1c67a6a3
commit bef534a00d
4 changed files with 10 additions and 4 deletions

View File

@ -0,0 +1 @@
- 💥[Feature] Upgrade to Sumac (by @Abdul-Muqadim-Arbisoft)

View File

@ -44,8 +44,8 @@ setup(
packages=find_packages(exclude=["tests*"]), packages=find_packages(exclude=["tests*"]),
include_package_data=True, include_package_data=True,
python_requires=">=3.9", python_requires=">=3.9",
install_requires=["tutor>=18.0.0,<19.0.0"], install_requires=["tutor>=19.0.0,<20.0.0"],
extras_require={"dev": ["tutor[dev]>=18.0.0,<19.0.0"]}, extras_require={"dev": ["tutor[dev]>=19.0.0,<20.0.0"]},
entry_points={ entry_points={
"tutor.plugin.v1": [ "tutor.plugin.v1": [
"android = tutorandroid.plugin" "android = tutorandroid.plugin"

View File

@ -1 +1 @@
__version__ = "18.0.1" __version__ = "19.0.0"

View File

@ -68,7 +68,12 @@ BRANCH:
ALTERNATE_HOST: '' ALTERNATE_HOST: ''
#Platform names #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 }}" PLATFORM_FULL_NAME: "{{ PLATFORM_NAME }}"
#App sourceSets dir #App sourceSets dir
THEME_DIRECTORY: "openedx" THEME_DIRECTORY: "openedx"