From 718897d5f6c9d4fe2cc1361407780e70f358b8ac Mon Sep 17 00:00:00 2001 From: Prempal Singh Date: Tue, 16 Aug 2022 15:37:15 +0530 Subject: [PATCH] Release 10.3.0 --- CHANGELOG.md | 12 ++++++++++++ README.md | 4 ++-- build.gradle | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index beaf7fa3..9053178a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # PhotoEditor SDK - Changelog +## v10.3.0 + +### Fixed +* Overlapping dialogs when video source is broken. +* Source generating task not getting registered for dynamic feature modules. +* `ClassCastException` when using `UiConfigText.setFontList()` with a list that is not a `DataSourceIdItemList` or its subclass. +* `NullPointerException` when checking for Uri permission on Vivo devices. +* Possible Fatal Error 6 native crash on Android 8/9 devices, when using the composition or trim feature. + +### Added +* [VideoEditorSDK] Added duration action for text and stickers. + ## v10.2.1 ### Hotfix diff --git a/README.md b/README.md index 9bd33f49..fff8f626 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:10.2.1' + classpath 'ly.img.android.pesdk:plugin:10.3.0' } } diff --git a/build.gradle b/build.gradle index 3741c984..d062332a 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ buildscript { ext.kotlin_version = '1.5.32' - ext.pesdk_version = '10.2.1' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases + ext.pesdk_version = '10.3.0' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases repositories { google() gradlePluginPortal()