We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
materialyoucolor
PPR
1 parent 858b4fd commit 833b14cCopy full SHA for 833b14c
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 = "f0224eac6e7c9778c5ef7ab3f2ad05ba510dec64"
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