From d6be56d7aec286eb3c292d6b23ff07a6b70d8693 Mon Sep 17 00:00:00 2001 From: "Sue N. Cooper" Date: Mon, 18 Sep 2023 00:22:43 +0300 Subject: [PATCH] update android readme --- android/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/README.md b/android/README.md index f6789263..b252cb47 100644 --- a/android/README.md +++ b/android/README.md @@ -77,7 +77,7 @@ All libraries created by `android.sh` can be found under the `prebuilt` director } dependencies { - implementation 'com.arthenica:ffmpeg-kit-full:6.0-1' + implementation 'com.arthenica:ffmpeg-kit-full:6.0-2' } ```