Skip to content

Commit 0b4baa6

Browse files
authored
Merge pull request #52 from imgly/release/10.10.1
Release/10.10.1
2 parents 8cbf75e + f264c00 commit 0b4baa6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# VideoEditor SDK - Changelog
2+
## v10.10.1
3+
4+
### Fixed
5+
* Editor sometimes crashes when the Editor is closed before the engine is initalised.
6+
* Video is exported even when there are no changes and ForceTrim is enabled
7+
28
## v10.10.0
39

410
### Fixed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
44
ext.kotlin_version = '1.8.22'
55
ext.ksp_version = '1.8.22-1.0.11'
6-
ext.vesdk_version = '10.10.0'
6+
ext.vesdk_version = '10.10.1'
77
repositories {
88
google()
99
gradlePluginPortal()

0 commit comments

Comments
 (0)