Skip to content

Commit 3c3095d

Browse files
committed
Added webviewjni build alternative for android
1 parent 4a71e69 commit 3c3095d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/android/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class AndroidRecipe(IncludedFilesBehaviour, CythonRecipe):
1313

1414
src_filename = 'src'
1515

16-
depends = [('pygame', 'sdl2'), ('python2', 'python3')]
16+
depends = [('pygame', 'sdl2', 'webviewjni'), ('python2', 'python3')]
1717

1818
config_env = {}
1919

0 commit comments

Comments
 (0)