Skip to content

Commit

Permalink
Merge pull request #2994 from T-Dynamos/add-mcp
Browse files Browse the repository at this point in the history
(`recipes/materialyoucolor`): update to 2.0.9
  • Loading branch information
AndreMiras committed Mar 26, 2024
2 parents b92522f + fe0f790 commit c67faf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pythonforandroid/recipes/materialyoucolor/__init__.py
Expand Up @@ -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"]


Expand Down

0 comments on commit c67faf6

Please sign in to comment.