File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
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
+
2
8
## v10.10.0
3
9
4
10
### Fixed
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
ext. kotlin_version = ' 1.8.22'
5
5
ext. ksp_version = ' 1.8.22-1.0.11'
6
- 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
6
+ 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
7
7
repositories {
8
8
google()
9
9
gradlePluginPortal()
You can’t perform that action at this time.
0 commit comments