Merge pull request #841 from arthenica/development-react-native
merge react-native v6.0.2 to main
This commit is contained in:
commit
3c13ab0b03
|
@ -126,8 +126,10 @@ the exact version number of `FFmpeg` is obtained using the `git describe --tags`
|
||||||
|
|
||||||
| Platforms | FFmpegKit Version | FFmpeg Version | Release Date |
|
| 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 |
|
| 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 |
|
| 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 |
|
| Flutter | [6.0.1](https://github.com/arthenica/ffmpeg-kit/releases/tag/flutter.v6.0.1) | 6.0 | Sep 03, 2023 |
|
||||||
| React Native | [6.0.0](https://github.com/arthenica/ffmpeg-kit/releases/tag/react.native.v6.0.0) | 6.0 | Aug 27, 2023 |
|
| React Native | [6.0.0](https://github.com/arthenica/ffmpeg-kit/releases/tag/react.native.v6.0.0) | 6.0 | Aug 27, 2023 |
|
||||||
| Flutter | [6.0.0](https://github.com/arthenica/ffmpeg-kit/releases/tag/flutter.v6.0.0) | 6.0 | Aug 27, 2023 |
|
| Flutter | [6.0.0](https://github.com/arthenica/ffmpeg-kit/releases/tag/flutter.v6.0.0) | 6.0 | Aug 27, 2023 |
|
||||||
|
|
|
@ -35,8 +35,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion safeExtGet('ffmpegKitPackage', 'https').contains("-lts") ? 16 : 24
|
minSdkVersion safeExtGet('ffmpegKitPackage', 'https').contains("-lts") ? 16 : 24
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 601
|
versionCode 602
|
||||||
versionName "6.0.1"
|
versionName "6.0.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
ffmpegKit.android.main.version=6.0-1
|
ffmpegKit.android.main.version=6.0-2
|
||||||
ffmpegKit.android.lts.version=6.0-1
|
ffmpegKit.android.lts.version=6.0-2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "ffmpeg-kit-react-native",
|
"name": "ffmpeg-kit-react-native",
|
||||||
"version": "6.0.1",
|
"version": "6.0.2",
|
||||||
"description": "FFmpeg Kit for React Native",
|
"description": "FFmpeg Kit for React Native",
|
||||||
"main": "src/index",
|
"main": "src/index",
|
||||||
"types": "src/index.d.ts",
|
"types": "src/index.d.ts",
|
||||||
|
|
2
react-native/src/index.js
vendored
2
react-native/src/index.js
vendored
|
@ -1611,7 +1611,7 @@ class FFmpegKitFactory {
|
||||||
}
|
}
|
||||||
|
|
||||||
static getVersion() {
|
static getVersion() {
|
||||||
return "6.0.1";
|
return "6.0.2";
|
||||||
}
|
}
|
||||||
|
|
||||||
static getLogRedirectionStrategy(sessionId) {
|
static getLogRedirectionStrategy(sessionId) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user