Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Bump version to v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iamutkarshtiwari committed Sep 6, 2019
1 parent 01cb64b commit 71815af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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!]
Expand Down

0 comments on commit 71815af

Please sign in to comment.