You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+17
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
## [2.2.0]
2
+
3
+
### Changed
4
+
5
+
* The img.ly maven repository is no longer automatically added to your Android project by the plugin. Please refer to the new step 3 in the [getting started](https://github.com/imgly/vesdk-flutter#android) section of the README for instructions on how to add it.
6
+
* Added support for PhotoEditor SDK and VideoEditor SDK for Android version 9.
7
+
8
+
### Added
9
+
10
+
*[video_editor_sdk] Added integration and documentation for force trim.
11
+
*[imgly_sdk] Added `TrimOptions.forceMode`, `TrimOptions.minimumDuration` and `TrimOptions.maximumDuration` to configure the force-trimming behavior.
12
+
13
+
### Fixed
14
+
15
+
*[imgly_sdk] Fixed `TrimOptions` not being exposed for `Configuration.trim`.
16
+
*[imgly_sdk] Fixed `CompositionOptions.clipTrimOptions` using `TrimOptions` instead of `ClipTrimOptions`.
In order to update VideoEditor SDK for Android replace the version string `8.3.4` with a [newer release](https://github.com/imgly/pesdk-android-demo/releases).
64
+
In order to update VideoEditor SDK for Android replace the version string `9.1.0` with a [newer release](https://github.com/imgly/pesdk-android-demo/releases).
65
65
66
-
3. Configure VideoEditor SDK for Android by opening the `android/app/build.gradle` file (**not**`android/build.gradle`) and adding the following lines under `apply plugin: "com.android.application"`:
66
+
3. Still in the `android/build.gradle` file (**not**`android/app/build.gradle`), add these lines at the bottom:
4. Configure VideoEditor SDK for Android by opening the `android/app/build.gradle` file (**not**`android/build.gradle`) and adding the following lines under `apply plugin: "com.android.application"`:
0 commit comments