From afef2dceec4960c227f11ea97b7d4dabdb7c2e01 Mon Sep 17 00:00:00 2001 From: Ahmed Atwa Date: Wed, 15 Nov 2023 04:25:45 +0200 Subject: [PATCH] update release version --- README.md | 3 ++- filepicker/build.gradle | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d21872..1fca50d 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,8 @@ made in uploading them to server without the need to ask use for a single permis | 1.0.5 | Feature : Support fragments.
Feature : Implement file picking from initial directory.
fix : obsolete app icon unintended overriding. | | 1.0.6 | Enhancement : Add file extension to video files and images picked from camera. | | 1.0.7 | Fix bug : Captured image file from camera is corrupted. | -| 1.0.8 | Refactor : Replaced coroutines by Executor & Handler.
Update : Updated compileSdk to 34. | +| 1.0.8 | Enhancement : High quality camera image. | +| 1.0.9 | Refactor : Replaced coroutines by Executor & Handler.
Update : Updated compileSdk to 34. | ### Contribution diff --git a/filepicker/build.gradle b/filepicker/build.gradle index d3f0736..f29197d 100644 --- a/filepicker/build.gradle +++ b/filepicker/build.gradle @@ -46,7 +46,7 @@ afterEvaluate { groupId = 'com.github.atwa' artifactId = 'filepicker' - version = '1.0.8' + version = '1.0.9' } } repositories {