Skip to content

Commit

Permalink
Merge pull request #69 from imgly/update-v8.3.0
Browse files Browse the repository at this point in the history
Update v8.3.0
  • Loading branch information
svendvd authored May 28, 2021
2 parents 3715d67 + 430aa96 commit 63fed06
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# PhotoEditor SDK - Changelog

## v8.3.0

### Added
* [VideoEditorSDK] Added video clip library for adding predefined video clips to video compositions.
* [VideoEditorSDK] Added audio tool for adding overlay audio tracks to the edited video.

### Fixed
* Poor utilization of available resources resulting in bad background thread performance.


## v8.2.0

### Added
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-8.2.0-007ec6.svg?style=flat" alt="Maven">
<img src="https://img.shields.io/badge/VERSION-8.3.0-007ec6.svg?style=flat" alt="Maven">
</a>
<a href="http://twitter.com/PhotoEditorSDK">
<img src="https://img.shields.io/badge/twitter-@PhotoEditorSDK-8646E2.svg?style=flat" alt="Twitter">
Expand Down Expand Up @@ -126,7 +126,7 @@ buildscript {
maven { url "https://artifactory.img.ly/artifactory/imgly" }
}
dependencies {
classpath 'ly.img.android.pesdk:plugin:8.1.3'
classpath 'ly.img.android.pesdk:plugin:8.3.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.4.10'
ext.pesdk_version = '8.2.0' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
ext.pesdk_version = '8.3.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 63fed06

Please sign in to comment.