v19.0.0 Upgrade to sumac
This commit is contained in:
parent
aa1c67a6a3
commit
bef534a00d
1
changelog.d/20241029_170508_abdul.muqadim_sumac.md
Normal file
1
changelog.d/20241029_170508_abdul.muqadim_sumac.md
Normal file
@ -0,0 +1 @@
|
||||
- 💥[Feature] Upgrade to Sumac (by @Abdul-Muqadim-Arbisoft)
|
||||
4
setup.py
4
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"
|
||||
|
||||
@ -1 +1 @@
|
||||
__version__ = "18.0.1"
|
||||
__version__ = "19.0.0"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user