From a64f2f382743ad76c18028f17c3542ec0df1942e Mon Sep 17 00:00:00 2001 From: Taner Sener Date: Tue, 19 Sep 2023 08:44:22 +0100 Subject: [PATCH] fix periodic android github actions --- .github/workflows/periodic-builds-android.yml | 4 ++++ docs/index.md | 2 ++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/periodic-builds-android.yml b/.github/workflows/periodic-builds-android.yml index 5096de8..b45dca2 100644 --- a/.github/workflows/periodic-builds-android.yml +++ b/.github/workflows/periodic-builds-android.yml @@ -26,6 +26,8 @@ jobs: java-version: '17' - name: prerequisites run: sudo apt-get install autoconf automake libtool pkg-config curl git doxygen nasm cmake gcc gperf texinfo yasm bison autogen wget autopoint meson ninja-build ragel groff gtk-doc-tools libtasn1-bin + - name: prerequisites 2 + run: ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --uninstall "cmake;3.10.2.4988404" "cmake;3.18.1" - name: upgrade meson run: pip install meson --upgrade - name: set up android ndk @@ -62,6 +64,8 @@ jobs: java-version: '17' - name: prerequisites run: sudo apt-get install autoconf automake libtool pkg-config curl git doxygen nasm cmake gcc gperf texinfo yasm bison autogen wget autopoint meson ninja-build ragel groff gtk-doc-tools libtasn1-bin + - name: prerequisites 2 + run: ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --uninstall "cmake;3.10.2.4988404" "cmake;3.18.1" - name: upgrade meson run: pip install meson --upgrade - name: set up android ndk diff --git a/docs/index.md b/docs/index.md index d49fcab..579aad9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -114,6 +114,8 @@ the exact version number of `FFmpeg` is obtained using the `git describe --tags` | Platforms | FFmpegKit Version | FFmpeg Version | Release Date | |:----------------:|:-----------------------------------------------------------------------------------:|:--------------:|:------------:| +| Flutter | [6.0.3](https://github.com/arthenica/ffmpeg-kit/releases/tag/flutter.v6.0.3) | 6.0 | Sep 19, 2023 | +| React Native | [6.0.2](https://github.com/arthenica/ffmpeg-kit/releases/tag/react.native.v6.0.2) | 6.0 | Sep 19, 2023 | | Flutter | [6.0.2](https://github.com/arthenica/ffmpeg-kit/releases/tag/flutter.v6.0.2) | 6.0 | Sep 03, 2023 | | React Native | [6.0.1](https://github.com/arthenica/ffmpeg-kit/releases/tag/react.native.v6.0.1) | 6.0 | Sep 03, 2023 | | Flutter | [6.0.1](https://github.com/arthenica/ffmpeg-kit/releases/tag/flutter.v6.0.1) | 6.0 | Sep 03, 2023 |