Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Nähler committed Aug 14, 2018
1 parent 05a9b0c commit 41b615f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# PhotoEditor SDK - Changelog

## v6.0.2

### Fixed
* Crash with some png color formats.
* Plugin does not support `kotlin-kapt`.
* Preview quality is bad on some pictures.
* Latest text state (Colors and Font) is not restored.

## v6.0.1

### Changed
* You can leave `pesdkVersion` from the `pesdkConfig` in you gradle config, the default value is now the plugin version.
* You can remove `pesdkVersion` from the `pesdkConfig` in you gradle config, the default value is now the plugin version.

### Fixed
* Missing ForceCrop option.
Expand Down
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildscript {
ext.kotlin_version = '1.2.51'
ext.pesdk_version = '6.0.1' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
ext.pesdk_version = '6.0.2' // Insert the latest SDK version here. You will find it here https://github.com/imgly/pesdk-android-demo/releases
repositories {
google()
jcenter()
Expand All @@ -20,9 +20,7 @@ buildscript {

allprojects {
repositories {
google()
jcenter()
maven { url 'https://artifactory.9elements.com/artifactory/imgly' }
}
}

Expand Down

0 comments on commit 41b615f

Please sign in to comment.