Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Bachmann authored and Niklas Bachmann committed Jun 21, 2018
1 parent b2b602d commit 70f2bd8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# PhotoEditor SDK - Changelog

## v5.1.4

### Fixed
* Alpha blending produces dark glow.
* Clarity adjustment produces dark glow.

## v5.1.3

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,12 @@ android {
dependencies {
/* Make sure you are import the latest SDK version */
compile 'ly.img.android:photo-editor-sdk:5.1.3'
compile 'ly.img.android:photo-editor-sdk:5.1.4'
/* This is optional if you do not want use an `EventTracker` and do not extend our SDK, otherwise it is required.
* don't forget to apply the APT plugin see above
*/
apt 'ly.img.android:build-processor:5.1.3'
apt 'ly.img.android:build-processor:5.1.4'
}
//...
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
minSdkVersion 15
targetSdkVersion 25
versionCode 1
versionName "5.1.3"
versionName "5.1.4"
renderscriptTargetApi 23
renderscriptSupportModeEnabled true
}
Expand All @@ -52,7 +52,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])

compile 'ly.img.android:photo-editor-sdk:5.1.3'
apt 'ly.img.android:build-processor:5.1.3'
compile 'ly.img.android:photo-editor-sdk:5.1.4'
apt 'ly.img.android:build-processor:5.1.4'

}

0 comments on commit 70f2bd8

Please sign in to comment.