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 Jul 12, 2018
1 parent b627460 commit 481b6cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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

## v5.1.6

### Fixed
* Camera GPS-EXIF latitude and longitude is converted wrong into DMS format.

## v5.1.5

### 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.5'
compile 'ly.img.android:photo-editor-sdk:5.1.6'
/* 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.5'
apt 'ly.img.android:build-processor:5.1.6'
}
//...
Expand Down

0 comments on commit 481b6cd

Please sign in to comment.