Skip to content

Commit 7db0bf6

Browse files
committed
Add version 2.7.1
1 parent 20a7a3e commit 7db0bf6

File tree

8 files changed

+26
-20
lines changed

8 files changed

+26
-20
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.7.1]
2+
3+
### Fixed
4+
5+
* [video_editor_sdk] Fixed opening the editor with multiple videos would only load the first video.
6+
17
## [2.7.0]
28

39
### Added

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add the plugin package to the `pubspec.yaml` file in your project:
3030

3131
```yaml
3232
dependencies:
33-
video_editor_sdk: ^2.7.0
33+
video_editor_sdk: ^2.7.1
3434
```
3535
3636
Install the new dependency:
@@ -107,13 +107,13 @@ Run with --stacktrace option to get the stack trace. Run with --info or --debug
107107
}
108108
dependencies {
109109
...
110-
+ classpath 'ly.img.android.sdk:plugin:10.3.1'
110+
+ classpath 'ly.img.android.sdk:plugin:10.4.0'
111111
...
112112
}
113113
}
114114
```
115115

116-
In order to update VideoEditor SDK for Android replace the version string `10.3.1` with a [newer release](https://github.com/imgly/pesdk-android-demo/releases).
116+
In order to update VideoEditor SDK for Android replace the version string `10.4.0` with a [newer release](https://github.com/imgly/pesdk-android-demo/releases).
117117

118118
2. Still in the `android/build.gradle` file (**not** `android/app/build.gradle`), add these lines at the bottom:
119119

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ imglyConfig {
3939
}
4040
}
4141

42-
def MIN_LY_IMG_ANDROID_SDK_PLUGIN_VERSION = "10.3.1"
42+
def MIN_LY_IMG_ANDROID_SDK_PLUGIN_VERSION = "10.4.0"
4343

4444
task checkVersion {
4545
if (imglyConfig.convertToVersionNumber(imglyConfig.getVersion()) < imglyConfig.convertToVersionNumber(MIN_LY_IMG_ANDROID_SDK_PLUGIN_VERSION)) {

example/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext.kotlin_version = '1.5.32'
3-
ext.vesdk_version = '10.3.1'
3+
ext.vesdk_version = '10.4.0'
44

55
repositories {
66
google()

example/ios/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment this line to define a global platform for your project
2-
# platform :ios, '9.0'
2+
# platform :ios, '11.0'
33

44
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
55
ENV['COCOAPODS_DISABLE_STATS'] = 'true'

example/ios/Podfile.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- imgly_sdk (2.7.0):
3+
- imgly_sdk (2.7.1):
44
- Flutter
55
- imglyKit (~> 11.3)
6-
- imglyKit (11.3.1)
7-
- video_editor_sdk (2.7.0):
6+
- imglyKit (11.3.3)
7+
- video_editor_sdk (2.7.1):
88
- Flutter
9-
- imgly_sdk (= 2.7.0)
9+
- imgly_sdk (= 2.7.1)
1010

1111
DEPENDENCIES:
1212
- Flutter (from `Flutter`)
@@ -26,11 +26,11 @@ EXTERNAL SOURCES:
2626
:path: ".symlinks/plugins/video_editor_sdk/ios"
2727

2828
SPEC CHECKSUMS:
29-
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
30-
imgly_sdk: d5bd730c962ab5d08c065211e3d0d499dbf402c1
31-
imglyKit: 34eb8e0e1a399b815b2a5baf2f5afa3a4fc47105
32-
video_editor_sdk: c51fecac47f7936142adb74f13f211b82244065a
29+
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
30+
imgly_sdk: e80792e7f6cc62a47d621e11c49f35182f8c2354
31+
imglyKit: 5dba5e59e819f4dd1cb65e1591102459c41d006b
32+
video_editor_sdk: 4988b0a0512e19d6f520971be79c0f833ea9b240
3333

34-
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
34+
PODFILE CHECKSUM: ef19549a9bc3046e7bb7d2fab4d021637c0c58a3
3535

3636
COCOAPODS: 1.10.2

example/ios/Runner.xcodeproj/project.pbxproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
340340
GCC_WARN_UNUSED_FUNCTION = YES;
341341
GCC_WARN_UNUSED_VARIABLE = YES;
342-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
342+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
343343
MTL_ENABLE_DEBUG_INFO = NO;
344344
SDKROOT = iphoneos;
345345
SUPPORTED_PLATFORMS = iphoneos;
@@ -425,7 +425,7 @@
425425
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
426426
GCC_WARN_UNUSED_FUNCTION = YES;
427427
GCC_WARN_UNUSED_VARIABLE = YES;
428-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
428+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
429429
MTL_ENABLE_DEBUG_INFO = YES;
430430
ONLY_ACTIVE_ARCH = YES;
431431
SDKROOT = iphoneos;
@@ -474,7 +474,7 @@
474474
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
475475
GCC_WARN_UNUSED_FUNCTION = YES;
476476
GCC_WARN_UNUSED_VARIABLE = YES;
477-
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
477+
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
478478
MTL_ENABLE_DEBUG_INFO = NO;
479479
SDKROOT = iphoneos;
480480
SUPPORTED_PLATFORMS = iphoneos;

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: video_editor_sdk
22
description: The official Flutter plugin for VideoEditor SDK. Integrate the video editor into your own iOS or Android app - in minutes!
3-
version: 2.7.0
3+
version: 2.7.1
44
homepage: https://www.videoeditorsdk.com
55
repository: https://github.com/imgly/vesdk-flutter
66

@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
imgly_sdk: 2.7.0
14+
imgly_sdk: 2.7.1
1515

1616
dev_dependencies:
1717
flutter_test:

0 commit comments

Comments
 (0)