Skip to content

Commit 022e69e

Browse files
authored
Merge pull request #123 from imgly/release/10.10.13
release 10.10.13
2 parents 2107bdf + 4ea6754 commit 022e69e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# PhotoEditor SDK - Changelog
2+
## 10.10.13
3+
### Fixed
4+
* Improve Android editor action bar safe-area handling in landscape so edge buttons stay accessible on devices with system gesture or cutout insets.
5+
* [Serialization] Fixed Android shadows adjustment being written with half the configured value.
6+
* Added backward-compatible read conversion for serializations exported by older Android SDK versions, so existing files restore the intended shadows value.
7+
* Harden Android editor entry points against external launches by marking the SDK editor and camera activities as non-exported.
8+
### Added
9+
* Added a `SaveSettings.useInternalCacheForUriPermissions` opt-in on Android so temporary URI copies can be kept in the app's internal cache directory when `saveUriPermissions` is enabled.
10+
211
## v10.10.12
312
### Fixed
413
* [Gradle Plugin] Fixed AGP 9 compatibility for projects using built-in Kotlin.

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