File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11# PhotoEditor SDK - Changelog
2+ ## v10.10.9
3+ ## Fixed
4+ * Thin green edge on some Android devices with crop metadata video
5+
6+ ## v10.10.8
7+ ## Fixed
8+ * Guard sticker gallery selection by checking for null URIs and routing UI updates/toasts onto the main thread to prevent crashes.
9+ * Align video gallery/composer picker callbacks so gallery toasts are posted on the main thread as well.
10+ * When starting Trim at the start the Video would not export
11+
12+ ## v10.10.7
13+ ## Changed
14+ * Keep Imgly dependency resolution deterministic so Gradle cache keys match across machines
15+
216## v10.10.6
317
418### Fixed
Original file line number Diff line number Diff line change 33buildscript {
44 ext. kotlin_version = ' 1.8.22'
55 ext. ksp_version = ' 1.8.22-1.0.11'
6- 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
6+ 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
77 repositories {
88 google()
99 gradlePluginPortal()
You can’t perform that action at this time.
0 commit comments