Skip to content

Commit c2d38ea

Browse files
committed
release/10.10.14
1 parent 022e69e commit c2d38ea

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,4 +1,9 @@
11
# PhotoEditor SDK - Changelog
2+
## 10.10.14
3+
### Fixed
4+
* AGP 9 Final Module not being generated automatically
5+
6+
27
## 10.10.13
38
### Fixed
49
* Improve Android editor action bar safe-area handling in landscape so edge buttons stay accessible on devices with system gesture or cutout insets.

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