Skip to content

Commit c839a16

Browse files
authored
Update __init__.py
1 parent 5330267 commit c839a16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonforandroid/recipes/opencv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class OpenCVRecipe(NDKRecipe):
1515
build of most of the libraries of the opencv's package, so we can
1616
process images, videos, objects, photos...
1717
'''
18-
version = '4.5.1'
18+
version = '4.7.0'
1919
url = 'https://github.com/opencv/opencv/archive/{version}.zip'
2020
depends = ['numpy']
2121
patches = ['patches/p4a_build.patch']

0 commit comments

Comments
 (0)