Skip to content

Commit

Permalink
Release 2.3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjacky committed Dec 19, 2022
1 parent e34eb24 commit 62c1e60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +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).

## [2.3.22] - 2022-12-19

* NullPointerException in callback (Special Thanks to [Catlandor](https://github.com/Catlandor))
* Revert back from ACTION_OPEN_DOCUMENT to ACTION_GET_CONTENT

## [2.3.21] - 2022-12-19

* Migrate to Kotlin 1.7.21
Expand Down Expand Up @@ -280,7 +285,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.21...HEAD
[Unreleased]: https://github.com/Drjacky/ImagePicker/compare/v2.3.22...HEAD

[2.3.22]: https://github.com/Drjacky/ImagePicker/compare/v2.1.21...v2.3.22

[2.3.21]: https://github.com/Drjacky/ImagePicker/compare/v2.1.20...v2.3.21

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.21'
versionCode = 41
versionName = '2.3.21'
versionCode = 42
versionName = '2.3.22'
}

repositories {
Expand Down

0 comments on commit 62c1e60

Please sign in to comment.