Skip to content

Commit

Permalink
Release 2.3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjacky committed Sep 28, 2022
1 parent db02719 commit 5858eb2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.20] - 2022-09-28

* Fix ktlint issue
* Format internal codes
* Update internal dependencies

## [2.3.19] - 2022-09-20

* Improve dismiss listener
Expand Down Expand Up @@ -264,7 +270,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.19...HEAD
[Unreleased]: https://github.com/Drjacky/ImagePicker/compare/v2.3.20...HEAD

[2.3.20]: https://github.com/Drjacky/ImagePicker/compare/v2.1.19...v2.3.20

[2.3.19]: https://github.com/Drjacky/ImagePicker/compare/v2.1.18...v2.3.19

Expand Down
6 changes: 3 additions & 3 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.10'
versionCode = 39
versionName = '2.3.19'
versionCode = 40
versionName = '2.3.20'
}

repositories {
Expand All @@ -13,7 +13,7 @@ buildscript {
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
classpath 'com.android.tools.build:gradle:7.3.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

//jcenter plugins
Expand Down

0 comments on commit 5858eb2

Please sign in to comment.