diff --git a/pythonforandroid/recipes/materialyoucolor/__init__.py b/pythonforandroid/recipes/materialyoucolor/__init__.py index 39bbdc328a..32d44a2714 100644 --- a/pythonforandroid/recipes/materialyoucolor/__init__.py +++ b/pythonforandroid/recipes/materialyoucolor/__init__.py @@ -3,8 +3,8 @@ class MaterialyoucolorRecipe(CppCompiledComponentsPythonRecipe): stl_lib_name = "c++_shared" - version = "2.0.7" - url = "https://github.com/T-Dynamos/materialyoucolor-pyhton/archive/refs/tags/v{version}.tar.gz" + version = "2.0.9" + url = "https://github.com/T-Dynamos/materialyoucolor-python/releases/download/v{version}/materialyoucolor-{version}.tar.gz" depends = ["setuptools"]