File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# PhotoEditor SDK - Changelog
2
+ ## v10.10.3
3
+
4
+ ### Fixed
5
+ * Long loading times appear on loading images on some devices, due to undocumented changes in API 35.
6
+
2
7
## v10.10.2
3
8
4
9
### Fixed
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ buildscript {
119
119
maven { url "https://artifactory.img.ly/artifactory/imgly" }
120
120
}
121
121
dependencies {
122
- classpath 'ly.img.android.pesdk:plugin:10.10.2 '
122
+ classpath 'ly.img.android.pesdk:plugin:10.10.3 '
123
123
classpath("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:1.6.21-1.0.6")
124
124
}
125
125
}
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
ext. kotlin_version = ' 1.8.22'
5
5
ext. ksp_version = ' 1.8.22-1.0.11'
6
- ext. pesdk_version = ' 10.10.2 ' // 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.3 ' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
7
7
repositories {
8
8
google()
9
9
gradlePluginPortal()
You can’t perform that action at this time.
0 commit comments