Skip to content

Commit

Permalink
Release/4.3.0 (#383)
Browse files Browse the repository at this point in the history
* Update changelong

* Update lib version

* README
  • Loading branch information
Canato authored Jun 10, 2022
1 parent 19aad12 commit e76c802
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- `Security` in case of vulnerabilities.

## [x.x.x] - unreleased
### Fixed
- The translation of `Camera` and `Gallery` does not exist in some languages.

## [unreleased 4.2.2]
## [4.3.0] - 10/06/2022
### Added
- Added a helper text on top of crop overlay which moves along with it. [#381](https://github.com/CanHub/Android-Image-Cropper/issues/381)

### Fixed
- Crash on click of Sample of CustomActivity option over sample App, added the missing activity declaration on Manifest.xml
- The translation of `Camera` and `Gallery` does not exist in some languages.[#358](https://github.com/CanHub/Android-Image-Cropper/issues/358)

## [4.2.1] - 04/04/2022
### Added
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

[![](https://jitpack.io/v/CanHub/Android-Image-Cropper.svg)](https://jitpack.io/#CanHub/Android-Image-Cropper)

[Using the library in Java](.documentation/java_usage.md)
[FAQ - frequently asked question](.documentation/FAQ.md)
[Using the library in Java](.documentation/java_usage.md)

[FAQ - frequently asked question](.documentation/FAQ.md)

Android Image Cropper
=======
Expand Down
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {

// Project
libVersion = "4.2.1"
libVersion = "4.3.0"
compileSdkVersion = 31
targetSdkVersion = 31
minSdkVersion = 16
Expand Down

0 comments on commit e76c802

Please sign in to comment.