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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project
6
6
adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
13
## [ 2.3.21] - 2022-12-19
9
14
10
15
* Migrate to Kotlin 1.7.21
@@ -280,7 +285,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
280
285
* Handle Runtime Permission for Camera and Storage
281
286
* Retrieve Image Result as File, File Path as String or Uri object
282
287
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
284
291
285
292
[ 2.3.21 ] : https://github.com/Drjacky/ImagePicker/compare/v2.1.20...v2.3.21
286
293
Original file line number Diff line number Diff line change 2
2
buildscript {
3
3
ext {
4
4
kotlin_version = ' 1.7.21'
5
- versionCode = 41
6
- versionName = ' 2.3.21 '
5
+ versionCode = 42
6
+ versionName = ' 2.3.22 '
7
7
}
8
8
9
9
repositories {
You can’t perform that action at this time.
0 commit comments