Skip to content

Commit

Permalink
Release 2.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjacky committed Sep 20, 2022
1 parent 1620013 commit a8ac3c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.3.19] - 2022-09-20

* Improve dismiss listener
* Update Java version to 11
* Support Android API 33

## [2.3.18] - 2022-09-05

Expand Down Expand Up @@ -260,7 +264,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
* Handle Runtime Permission for Camera and Storage
* Retrieve Image Result as File, File Path as String or Uri object

[Unreleased]: https://github.com/Drjacky/ImagePicker/compare/v2.3.18...HEAD
[Unreleased]: https://github.com/Drjacky/ImagePicker/compare/v2.3.19...HEAD

[2.3.19]: https://github.com/Drjacky/ImagePicker/compare/v2.1.18...v2.3.19

[2.3.18]: https://github.com/Drjacky/ImagePicker/compare/v2.1.17...v2.3.18

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
buildscript {
ext {
kotlin_version = '1.7.10'
versionCode = 38
versionName = '2.3.18'
versionCode = 39
versionName = '2.3.19'
}

repositories {
Expand Down

0 comments on commit a8ac3c8

Please sign in to comment.