Skip to content

Commit

Permalink
fix missed version update
Browse files Browse the repository at this point in the history
  • Loading branch information
DexerBR committed Sep 24, 2024
1 parent 3e4c075 commit 1489556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/av/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class PyAVRecipe(CythonRecipe):

name = "av"
version = "10.0.0"
version = "13.0.0"
url = "https://github.com/PyAV-Org/PyAV/archive/v{version}.zip"

depends = ["python3", "cython", "ffmpeg", "av_codecs"]
Expand Down

0 comments on commit 1489556

Please sign in to comment.