File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.20] - 2022-09-28
9+
10+ * Fix ktlint issue
11+ * Format internal codes
12+ * Update internal dependencies
13+
814## [ 2.3.19] - 2022-09-20
915
1016* Improve dismiss listener
@@ -264,7 +270,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
264270* Handle Runtime Permission for Camera and Storage
265271* Retrieve Image Result as File, File Path as String or Uri object
266272
267- [ Unreleased ] : https://github.com/Drjacky/ImagePicker/compare/v2.3.19...HEAD
273+ [ Unreleased ] : https://github.com/Drjacky/ImagePicker/compare/v2.3.20...HEAD
274+
275+ [ 2.3.20 ] : https://github.com/Drjacky/ImagePicker/compare/v2.1.19...v2.3.20
268276
269277[ 2.3.19 ] : https://github.com/Drjacky/ImagePicker/compare/v2.1.18...v2.3.19
270278
Original file line number Diff line number Diff line change 22buildscript {
33 ext {
44 kotlin_version = ' 1.7.10'
5- versionCode = 39
6- versionName = ' 2.3.19 '
5+ versionCode = 40
6+ versionName = ' 2.3.20 '
77 }
88
99 repositories {
@@ -13,7 +13,7 @@ buildscript {
1313 maven { url " https://jitpack.io" }
1414 }
1515 dependencies {
16- classpath ' com.android.tools.build:gradle:7.0.3 '
16+ classpath ' com.android.tools.build:gradle:7.3.0 '
1717 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1818
1919 // jcenter plugins
You can’t perform that action at this time.
0 commit comments