File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33buildscript {
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()
You can’t perform that action at this time.
0 commit comments