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.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iamutkarshtiwari committed Sep 6, 2019
1 parent 0ad5575 commit 7c4b0b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

# Released

## [1.1.3]
### Changes
- Simplified rotate feature UX

## [1.1.2]
### Changes
- Migrated to AndroidX
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.2-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.3-blue.svg)](https://jitpack.io/#iamutkarshtiwari/Ananas/1.1.3) ![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.2'
implementation 'com.github.iamutkarshtiwari:Ananas:1.1.3'
```

## Proguard Rules [Important!]
Expand Down

0 comments on commit 7c4b0b5

Please sign in to comment.