Skip to content

Commit c4b3314

Browse files
committed
bump pyav to 13.1.0
1 parent 18b4e46 commit c4b3314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/av/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class PyAVRecipe(CythonRecipe):
66

77
name = "av"
8-
version = "13.0.0"
8+
version = "13.1.0"
99
url = "https://github.com/PyAV-Org/PyAV/archive/v{version}.zip"
1010

1111
depends = ["python3", "cython", "ffmpeg", "av_codecs"]

0 commit comments

Comments
 (0)