Merge pull request #841 from arthenica/development-react-native

merge react-native v6.0.2 to main
This commit is contained in:
Taner Sener 2023-09-19 08:27:02 +01:00 committed by GitHub
commit 3c13ab0b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 9 additions and 7 deletions

View File

@ -126,6 +126,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 |

View File

@ -35,8 +35,8 @@ android {
defaultConfig {
minSdkVersion safeExtGet('ffmpegKitPackage', 'https').contains("-lts") ? 16 : 24
targetSdkVersion 33
versionCode 601
versionName "6.0.1"
versionCode 602
versionName "6.0.2"
}
buildTypes {

View File

@ -1,3 +1,3 @@
android.useAndroidX=true
ffmpegKit.android.main.version=6.0-1
ffmpegKit.android.lts.version=6.0-1
ffmpegKit.android.main.version=6.0-2
ffmpegKit.android.lts.version=6.0-2

View File

@ -1,6 +1,6 @@
{
"name": "ffmpeg-kit-react-native",
"version": "6.0.1",
"version": "6.0.2",
"description": "FFmpeg Kit for React Native",
"main": "src/index",
"types": "src/index.d.ts",

View File

@ -1611,7 +1611,7 @@ class FFmpegKitFactory {
}
static getVersion() {
return "6.0.1";
return "6.0.2";
}
static getLogRedirectionStrategy(sessionId) {