Skip to content

Commit

Permalink
update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
NicosNicolaou16 committed Jun 17, 2023
1 parent 094d094 commit 7d02eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ class MainActivity : AppCompatActivity(), ImagePickerInterface {
height = 100,
width = 100
), // optional, change the scale for image, by default is null
enabledBase64ValueForMultipleImages = true, // optional, by default is false - private
enabledBase64ValueForSingleImage = true, // optional, by default is false - private
enabledBase64ValueForMultipleImages = true, // optional, by default is false - private
enabledBase64ValueForCameraImage = true, // optional, by default is false - private
imagePickerInterface = this // call back interface
)
Expand Down

0 comments on commit 7d02eec

Please sign in to comment.