Skip to content

Commit 2107bdf

Browse files
authored
Merge pull request #122 from imgly/release/10.10.12
release 10.10.12
2 parents ececc73 + 3ac6b00 commit 2107bdf

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
11
# PhotoEditor SDK - Changelog
2-
## Unreleased
2+
## v10.10.12
3+
### Fixed
4+
* [Gradle Plugin] Fixed AGP 9 compatibility for projects using built-in Kotlin.
5+
* Prevents `kotlin-kapt` from being applied when KSP is used, avoiding the AGP 9 error:
6+
* `The 'org.jetbrains.kotlin.kapt' plugin is not compatible with built-in Kotlin support`
7+
* Improves KSP/KAPT plugin handling for newer Android Gradle Plugin versions.
8+
9+
## v10.10.11
10+
### Fixed
11+
* `ConfigLoader` (React Native, Flutter, Cordova/Ionic).
12+
* `forceCrop` now only opens the transform tool when the asset does not match an allowed aspect ratio (aligns Android behavior with iOS).
13+
* `EditorSDKResult` now reports updated `resultWidth`/`resultHeight` for video exports (including crops).
14+
### Breaking Changes
15+
* `ConfigLoader` (React Native, Flutter, Cordova/Ionic).
16+
* `forceCrop` on Android, no longer always opens the transform tool. To keep the old behavior, set `UiConfigAspect.forceCropMode = UiConfigAspect.ForceCrop.SHOW_TOOL_ALWAYS` via the native `SettingsList.configure<UiConfigAspect> { ... }` interface.
17+
18+
## v10.10.10
319
### Fixed
420
* 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`.
521

22+
623
## v10.10.9
724
## Fixed
825
* Thin green edge on some Android devices with crop metadata video

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.10' // 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.12' // 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)