Atwa / filepicker

Android file and image picker library without permissions.
Apache License 2.0
100 stars 7 forks source link

issue with readme #20

Closed hamza94max closed 11 months ago

hamza94max commented 1 year ago

Capture

public abstract fun toRequestBody(
    file: File,
    type: MediaType?
): RequestBody

not

public abstract fun toRequestBody(
type: MediaType?,
    file: File
): RequestBody

as readme told

Thank you for helping me with this great library

Atwa commented 1 year ago

Thank you for raising this up, will fix it asap. Happy coding:)