Skip to content

Commit 651771a

Browse files
authored
Merge pull request #111 from imgly/release/10.8.2
Release 10.8.2
2 parents 5b8127b + c1342e9 commit 651771a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# PhotoEditor SDK - Changelog
2+
## v10.8.2
3+
4+
### Fixed
5+
* License check does not work when using KSP plugin.
6+
27
## v10.8.1
38

9+
### Known-Issues
10+
* __KSP plugin is broken. Please update to 10.8.2.__
11+
412
### Fixed
513
* [VideoEditorSDK] Video export was limited by the frame rate limiter.
614
* [VideoEditorSDK] When the video source changes rapidly, there may be issues with the IMGLYFileReader not waiting properly. This can lead to unexpected outcomes, such as trim start and end times not being accurate.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ buildscript {
119119
maven { url "https://artifactory.img.ly/artifactory/imgly" }
120120
}
121121
dependencies {
122-
classpath 'ly.img.android.pesdk:plugin:10.8.1'
122+
classpath 'ly.img.android.pesdk:plugin:10.8.2'
123123
classpath("com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin:1.6.21-1.0.6")
124124
}
125125
}

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.6.21'
55
ext.ksp_version = '1.6.21-1.0.6'
6-
ext.pesdk_version = '10.8.1' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
6+
ext.pesdk_version = '10.8.2' // 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)