From 432cf3c0c5415800137cdf663a23904d39cfdfec Mon Sep 17 00:00:00 2001 From: imgly-bot <47853486+imgly-bot@users.noreply.github.com> Date: Thu, 9 Dec 2021 13:19:12 +0000 Subject: [PATCH] Update from https://github.com/imgly-labs/pesdk/commit/85204d3ad1f45f79fbe8aaff4eb3167952709d72 --- CHANGELOG.md | 13 +++++++++++++ README.md | 4 ++-- build.gradle | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 967eaaca..86668c70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index ef763362..912aea86 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ - Maven + Maven Twitter @@ -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' } } diff --git a/build.gradle b/build.gradle index 38fa04df..4dfeac6e 100644 --- a/build.gradle +++ b/build.gradle @@ -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()