Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

// Banuba Video Editor SDK dependencies
def banubaSdkVersion = '1.53.2'
def banubaSdkVersion = '1.54.0'
implementation "com.banuba.sdk:ffmpeg:5.3.0"
implementation "com.banuba.sdk:camera-sdk:${banubaSdkVersion}"
implementation "com.banuba.sdk:camera-ui-sdk:${banubaSdkVersion}"
Expand All @@ -172,6 +172,6 @@ dependencies {
// Photo Editor SDK dependency
// WARNING!
// Remove this dependency if you only use Video Editor SDK
def banubaPESdkVersion = '1.4.1'
def banubaPESdkVersion = '1.4.2'
implementation "com.banuba.sdk:pe-sdk:${banubaPESdkVersion}"
}
4 changes: 2 additions & 2 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ target 'vesdkreactnativecliintegrationsample' do
:app_path => "#{Pod::Config.instance.installation_root}/.."
)

sdk_version = '1.53.0'
sdk_version = '1.54.0'

pod 'BanubaVideoEditorSDK', sdk_version
pod 'BanubaSDKSimple', sdk_version
Expand All @@ -37,7 +37,7 @@ target 'vesdkreactnativecliintegrationsample' do
pod 'BanubaAudioBrowserSDK', sdk_version # optional

# Photo Editor
pod 'BanubaPhotoEditorSDK', '1.4.0'
pod 'BanubaPhotoEditorSDK', '1.4.1'

post_install do |installer|
# https://github.com/facebook/react-native/blob/main/packages/react-native/scripts/react_native_pods.rb#L197-L202
Expand Down