File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project
66adheres 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
Original file line number Diff line number Diff line change 22buildscript {
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 {
You can’t perform that action at this time.
0 commit comments