Skip to content

Commit

Permalink
update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Atwa committed Nov 15, 2023
1 parent 12549ea commit afef2dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br /> Feature : Implement file picking from initial directory. <br /> 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. <br /> Update : Updated compileSdk to 34. |
| 1.0.8 | Enhancement : High quality camera image. |
| 1.0.9 | Refactor : Replaced coroutines by Executor & Handler. <br /> Update : Updated compileSdk to 34. |


### Contribution
Expand Down
2 changes: 1 addition & 1 deletion filepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ afterEvaluate {

groupId = 'com.github.atwa'
artifactId = 'filepicker'
version = '1.0.8'
version = '1.0.9'
}
}
repositories {
Expand Down

0 comments on commit afef2dc

Please sign in to comment.