diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd867d..12a98b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. # Released + +## [1.1.2] +### Changes +- Migrated to AndroidX +- Fixed crop slider stroke +- Added toast message to MainActivity +- Replace UniversalImageLoader with Glide +- Improved CropFragment with Cropper library +- Fix sticker scale bug + ## [1.1.1] ### Bugfix - Fixed memory leaks from AsyncTask by replacing with RxJava diff --git a/README.md b/README.md index 887c3e0..57e74a4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Ananas Photo Editor -[![Download](https://img.shields.io/badge/JitPack-1.1.1-blue.svg)](https://jitpack.io/#iamutkarshtiwari/Ananas/1.1.1) ![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg) +[![Download](https://img.shields.io/badge/JitPack-1.1.2-blue.svg)](https://jitpack.io/#iamutkarshtiwari/Ananas/1.1.1) ![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg) An easy photo editor integration for your Android apps. @@ -37,7 +37,7 @@ Add it in your root build.gradle at the end of repositories: Add the dependency in gradle file of app module like this ``` -implementation 'com.github.iamutkarshtiwari:Ananas:1.1.1' +implementation 'com.github.iamutkarshtiwari:Ananas:1.1.2' ``` ## Proguard Rules [Important!]