Skip to content

Commit e36164e

Browse files
authored
Merge pull request #119 from imgly/release/10.10.6
update version
2 parents 55c80f3 + 6ebd84d commit e36164e

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
# PhotoEditor SDK - Changelog
2+
## v10.10.6
3+
4+
### Fixed
5+
* On Android 16 ImglyTitalBar being hidden for Edge to Edge.
6+
7+
## v10.10.5
8+
9+
### Changed
10+
* Updated Video length tolerance for saving and opening, for Videos close to the minimum Duration.
11+
* Updated Top Bar padding and tolerance for Android 16 edge-to-edge.
12+
13+
## v10.10.4
14+
15+
### Changed
16+
* Updated SDK to comply with Android SDK 36 and 'onBackPressed()' migrated to AndroidX predictive back navigation.
17+
218
## v10.10.3
319

420
### Fixed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ buildscript {
119119
maven { url "https://artifactory.img.ly/artifactory/imgly" }
120120
}
121121
dependencies {
122-
classpath 'ly.img.android.pesdk:plugin:10.10.3'
123-
classpath("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:1.6.21-1.0.6")
122+
classpath 'ly.img.android.pesdk:plugin:10.10.6'
123+
classpath("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:1.8.22-1.0.11")
124124
}
125125
}
126126

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.3' // 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.6' // 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)