release react-native v6.0.2

This commit is contained in:
Sue N. Cooper 2023-09-19 01:22:06 +03:00
parent e243e86e3b
commit 1639f564a3
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 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) {