diff --git a/CHANGELOG.md b/CHANGELOG.md index fd414dd..a473235 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build.gradle b/build.gradle index 8ba5609..7d86c3d 100644 --- a/build.gradle +++ b/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.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()