We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b92522f + fe0f790 commit c67faf6Copy full SHA for c67faf6
pythonforandroid/recipes/materialyoucolor/__init__.py
@@ -3,8 +3,8 @@
3
4
class MaterialyoucolorRecipe(CppCompiledComponentsPythonRecipe):
5
stl_lib_name = "c++_shared"
6
- version = "2.0.7"
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"
8
depends = ["setuptools"]
9
10
0 commit comments