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 May 30, 2018
1 parent 4c9d890 commit a9097ce
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# PhotoEditor SDK - Changelog

## 5.1.1

### Fixed
* Radial and linear blur do not work on some devices.

## 5.1.0

### Fixed
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.0'
compile 'ly.img.android:photo-editor-sdk:5.1.1'
/* 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.0'
apt 'ly.img.android:build-processor:5.1.1'
}
//...
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.0"
versionName "5.1.1"
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.0'
apt 'ly.img.android:build-processor:5.1.0'
compile 'ly.img.android:photo-editor-sdk:5.1.1'
apt 'ly.img.android:build-processor:5.1.1'

}

0 comments on commit a9097ce

Please sign in to comment.