Skip to content

Commit 5fe1c8c

Browse files
authored
Merge pull request #120 from imgly/release/10.10.9
release 10.10.9
2 parents e36164e + c576173 commit 5fe1c8c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
buildscript {
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()

0 commit comments

Comments
 (0)