From 148955620420682482a1c94d66cb03ab8bb2b310 Mon Sep 17 00:00:00 2001 From: Dexer <73297572+DexerBR@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:23:50 -0300 Subject: [PATCH] fix missed version update --- pythonforandroid/recipes/av/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonforandroid/recipes/av/__init__.py b/pythonforandroid/recipes/av/__init__.py index 79708ff70..d5c1acae5 100644 --- a/pythonforandroid/recipes/av/__init__.py +++ b/pythonforandroid/recipes/av/__init__.py @@ -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"]