Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# PhotoEditor SDK - Changelog
## v10.10.9
## Fixed
* Thin green edge on some Android devices with crop metadata video

## v10.10.8
## Fixed
* Guard sticker gallery selection by checking for null URIs and routing UI updates/toasts onto the main thread to prevent crashes.
* Align video gallery/composer picker callbacks so gallery toasts are posted on the main thread as well.
* When starting Trim at the start the Video would not export

## v10.10.7
## Changed
* Keep Imgly dependency resolution deterministic so Gradle cache keys match across machines

## v10.10.6

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.6' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
ext.pesdk_version = '10.10.9' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
repositories {
google()
gradlePluginPortal()
Expand Down
Loading