Skip to content

Commit

Permalink
Merge pull request #22 from Atwa/releae/1.0.9
Browse files Browse the repository at this point in the history
Releae/1.0.9
  • Loading branch information
Atwa authored Nov 15, 2023
2 parents 7c852cb + afef2dc commit e81717f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ made in uploading them to server without the need to ask use for a single permis
fun convertFile() {
val file: File = File("file")
val requestBody: RequestBody = FileConverter.getInstance()
.toRequestBody(FileConverter.getInstance().fileMediaType, file)
.toRequestBody(file, FileConverter.getInstance().fileMediaType)
}
```

Expand All @@ -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 | 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 e81717f

Please sign in to comment.