freeze v4.5.2 for react-native

This commit is contained in:
Taner Sener 2022-05-20 17:19:17 +01:00
parent 5f601fbac7
commit 9c89443117
3 changed files with 4 additions and 4 deletions

View File

@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion safeExtGet('ffmpegKitPackage', 'https').contains("-lts") ? 16 : 24
targetSdkVersion 30
versionCode 451
versionName "4.5.1"
versionCode 452
versionName "4.5.2"
}
buildTypes {

View File

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

View File

@ -1618,7 +1618,7 @@ class FFmpegKitFactory {
}
static getVersion() {
return "4.5.1";
return "4.5.2";
}
static getLogRedirectionStrategy(sessionId) {