Skip to content

Commit ca03a2f

Browse files
authored
v19.0.0 Upgrade to sumac
2 parents b7af7ba + 1d87ec5 commit ca03a2f

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes:
1919

2020
<!-- scriv-insert-here -->
2121

22+
<a id='changelog-19.0.0'></a>
23+
## v19.0.0 (2024-12-09)
24+
25+
- 💥[Feature] Upgrade to Sumac (by @Abdul-Muqadim-Arbisoft)
26+
2227
<a id='changelog-18.0.1'></a>
2328
## v18.0.1 (2024-11-28)
2429

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Enable the plugin and start the platform::
1818
tutor plugins enable android
1919
tutor local launch
2020

21-
The ``.apk`` file will then be available for download at http(s)://mobile.LMS_HOST/app.apk. When running locally, this will be: http://mobile.local.edly.io/app.apk. You can forward this address to your students for download.
21+
The ``.apk`` file will then be available for download at http(s)://mobile.LMS_HOST/app.apk. When running locally, this will be: http://mobile.local.openedx.io/app.apk. You can forward this address to your students for download.
2222

2323
Building a custom Android app
2424
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ def load_about():
4444
packages=find_packages(exclude=["tests*"]),
4545
include_package_data=True,
4646
python_requires=">=3.9",
47-
install_requires=["tutor>=18.0.0,<19.0.0"],
48-
extras_require={"dev": ["tutor[dev]>=18.0.0,<19.0.0"]},
47+
install_requires=["tutor>=19.0.0,<20.0.0"],
48+
extras_require={"dev": ["tutor[dev]>=19.0.0,<20.0.0"]},
4949
entry_points={
5050
"tutor.plugin.v1": [
5151
"android = tutorandroid.plugin"

tutorandroid/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "18.0.1"
1+
__version__ = "19.0.0"

tutorandroid/templates/android/build/config/tutor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ BRANCH:
6868
ALTERNATE_HOST: ''
6969

7070
#Platform names
71-
PLATFORM_NAME: "{{ PLATFORM_NAME }}"
71+
PLATFORM_NAME: "{{ PLATFORM_NAME }}"
7272
PLATFORM_FULL_NAME: "{{ PLATFORM_NAME }}"
7373
#App sourceSets dir
7474
THEME_DIRECTORY: "openedx"

0 commit comments

Comments
 (0)