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.
1 parent 18b4e46 commit c4b3314Copy full SHA for c4b3314
pythonforandroid/recipes/av/__init__.py
@@ -5,7 +5,7 @@
5
class PyAVRecipe(CythonRecipe):
6
7
name = "av"
8
- version = "13.0.0"
+ version = "13.1.0"
9
url = "https://github.com/PyAV-Org/PyAV/archive/v{version}.zip"
10
11
depends = ["python3", "cython", "ffmpeg", "av_codecs"]
0 commit comments