Skip to content

Commit 62c1e60

Browse files
committed
Release 2.3.22
1 parent e34eb24 commit 62c1e60

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.3.22] - 2022-12-19
9+
10+
* NullPointerException in callback (Special Thanks to [Catlandor](https://github.com/Catlandor))
11+
* Revert back from ACTION_OPEN_DOCUMENT to ACTION_GET_CONTENT
12+
813
## [2.3.21] - 2022-12-19
914

1015
* Migrate to Kotlin 1.7.21
@@ -280,7 +285,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
280285
* Handle Runtime Permission for Camera and Storage
281286
* Retrieve Image Result as File, File Path as String or Uri object
282287

283-
[Unreleased]: https://github.com/Drjacky/ImagePicker/compare/v2.3.21...HEAD
288+
[Unreleased]: https://github.com/Drjacky/ImagePicker/compare/v2.3.22...HEAD
289+
290+
[2.3.22]: https://github.com/Drjacky/ImagePicker/compare/v2.1.21...v2.3.22
284291

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

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
buildscript {
33
ext {
44
kotlin_version = '1.7.21'
5-
versionCode = 41
6-
versionName = '2.3.21'
5+
versionCode = 42
6+
versionName = '2.3.22'
77
}
88

99
repositories {

0 commit comments

Comments
 (0)