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

release react-native v6.0.1
This commit is contained in:
Taner Sener 2023-09-03 21:24:11 +01:00 committed by GitHub
commit bd20e4b09f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "ffmpeg-kit-react-native",
"version": "6.0.0",
"version": "6.0.1",
"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.0";
return "6.0.1";
}
static getLogRedirectionStrategy(sessionId) {