Skip to content

Commit

Permalink
Merge pull request #79 from imgly/release/9.1.1
Browse files Browse the repository at this point in the history
release/9.1.1
  • Loading branch information
svendvd authored Dec 9, 2021
2 parents 8a5219a + 432cf3c commit 4e63540
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# PhotoEditor SDK - Changelog

## v9.1.1

### Fixed

* Trim cannot be serialized if you select only start or end time.
* Some videos play audio with artifacts, because of broken time header.
* Discarding text change removes text sprite.
* NullPointerException when loading a Uri with null authority.
* Video and/or video thumbnails may turn black after resuming the application.
* Video parts could hang if only two videos be composed.
* In cases where more than one video part is composed, video parts could be black after app recovery.


## v9.1.0

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<img src="https://img.shields.io/badge/platform-android-2DC25C.svg?style=flat">
</a>
<a href="https://artifactory.img.ly/artifactory/imgly/ly/img/android/pesdk/">
<img src="https://img.shields.io/badge/VERSION-9.1.0-007ec6.svg?style=flat" alt="Maven">
<img src="https://img.shields.io/badge/VERSION-9.1.1-007ec6.svg?style=flat" alt="Maven">
</a>
<a href="http://twitter.com/PhotoEditorSDK">
<img src="https://img.shields.io/badge/[email protected]?style=flat" alt="Twitter">
Expand Down Expand Up @@ -119,7 +119,7 @@ buildscript {
maven { url "https://artifactory.img.ly/artifactory/imgly" }
}
dependencies {
classpath 'ly.img.android.pesdk:plugin:9.1.0'
classpath 'ly.img.android.pesdk:plugin:9.1.1'
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext.kotlin_version = '1.4.10'
ext.pesdk_version = '9.1.0' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
ext.pesdk_version = '9.1.1' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
repositories {
google()
gradlePluginPortal()
Expand Down

0 comments on commit 4e63540

Please sign in to comment.