diff --git a/CHANGELOG.md b/CHANGELOG.md
index 65405b4..3323d2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,11 @@ instructions, because git commits are used to generate release notes:
+
+## v19.0.0 (2024-12-09)
+
+- 💥[Feature] Upgrade to Sumac (by @Abdul-Muqadim-Arbisoft)
+
## v18.0.1 (2024-11-28)
diff --git a/README.rst b/README.rst
index 3c4f7ae..651555e 100644
--- a/README.rst
+++ b/README.rst
@@ -18,7 +18,7 @@ Enable the plugin and start the platform::
tutor plugins enable android
tutor local launch
-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.
+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.
Building a custom Android app
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/setup.py b/setup.py
index 446907a..b8e3478 100644
--- a/setup.py
+++ b/setup.py
@@ -44,8 +44,8 @@ def load_about():
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..c5b9e6e 100644
--- a/tutorandroid/templates/android/build/config/tutor.yaml
+++ b/tutorandroid/templates/android/build/config/tutor.yaml
@@ -68,7 +68,7 @@ BRANCH:
ALTERNATE_HOST: ''
#Platform names
-PLATFORM_NAME: "{{ PLATFORM_NAME }}"
+PLATFORM_NAME: "{{ PLATFORM_NAME }}"
PLATFORM_FULL_NAME: "{{ PLATFORM_NAME }}"
#App sourceSets dir
THEME_DIRECTORY: "openedx"