Skip to content

Commit 38e22a8

Browse files
authored
Merge pull request #98 from imgly/release/10.4.3
release/10.4.3
2 parents 4252a91 + c7da878 commit 38e22a8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# PhotoEditor SDK - Changelog
22

3+
## v10.4.3
4+
5+
### Fixed
6+
* When pressing discard, the user is stuck in an invisible audio tool.
7+
* Slow devices can cause audio to stutter.
8+
* If the same video appears twice in a list, only the first video can be trimmed.
9+
310
## v10.4.2
411

512
### Fixed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<img src="https://img.shields.io/badge/platform-android-2DC25C.svg?style=flat">
1717
</a>
1818
<a href="https://artifactory.img.ly/artifactory/imgly/ly/img/android/pesdk/">
19-
<img src="https://img.shields.io/badge/VERSION-10.4.2-007ec6.svg?style=flat" alt="Maven">
19+
<img src="https://img.shields.io/badge/VERSION-10.4.3-007ec6.svg?style=flat" alt="Maven">
2020
</a>
2121
<a href="http://twitter.com/PhotoEditorSDK">
2222
<img src="https://img.shields.io/badge/twitter-@PhotoEditorSDK-8646E2.svg?style=flat" alt="Twitter">
@@ -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.4.2'
122+
classpath 'ly.img.android.pesdk:plugin:10.4.3'
123123
}
124124
}
125125

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext.kotlin_version = '1.5.32'
5-
ext.pesdk_version = '10.4.2' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
5+
ext.pesdk_version = '10.4.3' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
66
repositories {
77
google()
88
gradlePluginPortal()

0 commit comments

Comments
 (0)