We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
materialyoucolor
PPR
1 parent 858b4fd commit 5d54efeCopy full SHA for 5d54efe
pythonforandroid/recipes/materialyoucolor/__init__.py
@@ -1,11 +1,10 @@
1
-from pythonforandroid.recipe import CppCompiledComponentsPythonRecipe
+from pythonforandroid.recipe import PyProjectRecipe
2
3
4
-class MaterialyoucolorRecipe(CppCompiledComponentsPythonRecipe):
+class MaterialyoucolorRecipe(PyProjectRecipe):
5
stl_lib_name = "c++_shared"
6
- version = "2.0.9"
+ version = "2.0.10"
7
url = "https://github.com/T-Dynamos/materialyoucolor-python/releases/download/v{version}/materialyoucolor-{version}.tar.gz"
8
- depends = ["setuptools"]
9
10
11
recipe = MaterialyoucolorRecipe()
0 commit comments