Skip to content

Commit 833b14c

Browse files
committed
materialyoucolor: shift to PPR
1 parent 858b4fd commit 833b14c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
from pythonforandroid.recipe import CppCompiledComponentsPythonRecipe
1+
from pythonforandroid.recipe import PyProjectRecipe
22

33

4-
class MaterialyoucolorRecipe(CppCompiledComponentsPythonRecipe):
4+
class MaterialyoucolorRecipe(PyProjectRecipe):
55
stl_lib_name = "c++_shared"
6-
version = "2.0.9"
6+
version = "f0224eac6e7c9778c5ef7ab3f2ad05ba510dec64"
77
url = "https://github.com/T-Dynamos/materialyoucolor-python/releases/download/v{version}/materialyoucolor-{version}.tar.gz"
8-
depends = ["setuptools"]
98

109

1110
recipe = MaterialyoucolorRecipe()

0 commit comments

Comments
 (0)