Skip to content

Commit

Permalink
Update from imgly/pesdk@b3cd0bf
Browse files Browse the repository at this point in the history
  • Loading branch information
imgly-bot authored and prempalsingh committed May 4, 2022
1 parent 22bd11d commit 4f46e8f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
# PhotoEditor SDK - Changelog

## v10.1.0

### Added

* Support for background removal on photos and stickers.
* Support for custom sticker selection fragment.
* Giphy sticker provider integration with Sticker Tool.

### Fixed

* `InflateException` in `VideoCompositionToolPanel` when `ui:adjustment` module not included.
* `VideoTrimToolPanel` not showing in trial mode with default configuration.
* `UiConfigComposition.allowAddVideoClips` was being ignored.
* Confirm Popup chopped off CTAs when description is small.
* `NetworkOnMainThreadException` when using remote sticker sources.

## v10.0.1

### Fixed

* Crash caused by incorrect API usage due to incorrect Android documentation.

## ~~v10.0.0~~ (Broken release, don't use it!)
Expand Down Expand Up @@ -32,6 +49,7 @@
* New constructor in `PhotoEditorBuilder` and `VideoEditorBuilder` to open a custom `Activity`.

### Fixed

* Audio surge.
* A couple of Video crashes.
* Unable to replace sticker sometimes.
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-10.0.1-007ec6.svg?style=flat" alt="Maven">
<img src="https://img.shields.io/badge/VERSION-10.1.0-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:10.0.1'
classpath 'ly.img.android.pesdk:plugin:10.1.0'
}
}
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.5.32'
ext.pesdk_version = '10.0.1' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
ext.pesdk_version = '10.1.0' // 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 4f46e8f

Please sign in to comment.