Skip to content

Commit ececc73

Browse files
authored
Merge pull request #121 from imgly/release/10.10.10
release/10.10.10
2 parents 5fe1c8c + 4ad0b5b commit ececc73

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# PhotoEditor SDK - Changelog
2+
## Unreleased
3+
### Fixed
4+
* Prevent crash when `EditorActivity` is recreated without the required `SettingsList` (e.g. after process death). The activity now finishes so the host app can relaunch via `PhotoEditorBuilder`/`CameraPreviewBuilder`.
5+
26
## v10.10.9
37
## Fixed
48
* Thin green edge on some Android devices with crop metadata video
9+
* Fix unresponsive touch area for `HorizontalListView` items on some Android devices (e.g. Pixel 8 Pro)
510

611
## v10.10.8
712
## 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.9' // 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.10' // 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)