Skip to content

0.8.4

Compare
Choose a tag to compare
@donglua donglua released this 27 Jun 10:15
· 118 commits to master since this release

0.8.4

0.8.3

PhotoPicker.builder()
    .setPhotoCount(9)
    .setShowCamera(true)
    .setShowGif(true)
    .setPreviewEnabled(false)
    .start(this, PhotoPicker.REQUEST_CODE);