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

Commit

Permalink
Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
iamutkarshtiwari committed Jun 22, 2021
1 parent 0ff32f4 commit 4ca9b15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

# Released


## [1.2.6]
- Fixed blank image at first time load
- Added new picker for gallery and camera photos
- Fixed crashes on Android 10 <= devices

## [1.2.5]
- Added Arabic and French locales
- Fixed image orientation issue while loading bitmap
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.2.5-blue.svg)](https://jitpack.io/#iamutkarshtiwari/Ananas/1.2.5) ![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg)
[![Download](https://img.shields.io/badge/JitPack-1.2.6-blue.svg)](https://jitpack.io/#iamutkarshtiwari/Ananas/1.2.6) ![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg)

An easy photo editor integration for your Android apps.

Expand Down Expand Up @@ -63,7 +63,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.2.5'
implementation 'com.github.iamutkarshtiwari:Ananas:1.2.6'
```

## [Important!]
Expand Down

0 comments on commit 4ca9b15

Please sign in to comment.