We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b495ed6 + c4550b4 commit d73682eCopy full SHA for d73682e
CHANGELOG.md
@@ -1,4 +1,10 @@
1
# PhotoEditor 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
8
## v10.10.0
9
10
### Fixed
build.gradle
@@ -3,7 +3,7 @@
buildscript {
ext.kotlin_version = '1.8.22'
ext.ksp_version = '1.8.22-1.0.11'
- ext.pesdk_version = '10.10.0' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
+ ext.pesdk_version = '10.10.1' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
repositories {
google()
gradlePluginPortal()
0 commit comments