Skip to content

Commit

Permalink
Migrate to 1.40.0 & Bump version to 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HermanKhodyrevBanubaTechSupport committed Jan 23, 2025
1 parent 3ca1e36 commit 558c327
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"

def banubaSdkVersion = '1.39.0'
def banubaSdkVersion = '1.40.0'
implementation "com.banuba.sdk:ffmpeg:5.1.3"
implementation "com.banuba.sdk:camera-sdk:${banubaSdkVersion}"
implementation "com.banuba.sdk:camera-ui-sdk:${banubaSdkVersion}"
Expand Down
3 changes: 0 additions & 3 deletions ios/Classes/ContractConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@ extension VideoEditorConfig {
//Editor Configs
static let featuresConfigEnableVideoAspectFill = "enableVideoAspectFill"

// Enable New UI
static let featuresConfigEnableNewUI = "ENABLE_NEW_UI"

// Unknown params
static let featuresConfigUnknownParams = "Undefined"
}
Expand Down
2 changes: 1 addition & 1 deletion ios/Classes/VideoEditorModule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class VideoEditorModule: VideoEditor {

videoEditorSDK = BanubaVideoEditor(
token: token,
arguments: [VideoEditorConfig.featuresConfigEnableNewUI : featuresConfig.enableNewUI],
arguments: [.useEditorV2 : featuresConfig.enableNewUI],
configuration: config,
externalViewControllerFactory: provideCustomViewFactory(featuresConfig: featuresConfig)
)
Expand Down
4 changes: 2 additions & 2 deletions ios/ve_sdk_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 've_sdk_flutter'
s.version = '0.10.0'
s.version = '0.11.0'
s.summary = 'A new Flutter project.'
s.description = <<-DESC
A new Flutter project.
Expand All @@ -19,7 +19,7 @@ A new Flutter project.
s.dependency 'Flutter'
s.platform = :ios, '15.0'

sdk_version = '1.39.7'
sdk_version = '1.40.0'

ENABLE_FACE_AR = ENV['ENABLE_FACE_AR'] == 'true' || ENV['ENABLE_FACE_AR'].nil?

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ve_sdk_flutter
description: Banuba Video Editor Flutter plugin.
version: 0.10.0
version: 0.11.0
homepage: https://github.com/Banuba/ve-sdk-flutter

environment:
Expand Down

0 comments on commit 558c327

Please sign in to comment.