Drjacky / ImagePicker

📸Image Picker for Android, Pick images from Gallery or Capture a new image with Camera🖼
https://github.com/Drjacky/ImagePicker
Apache License 2.0
230 stars 57 forks source link

Android 13 not workinf #102

Closed usmanabid94 closed 10 months ago

usmanabid94 commented 11 months ago

When we try to use it with gallery only nothing happens it is not working: @Drjacky

ImagePicker.with(this) .provider(ImageProvider.GALLERY) //Or bothCameraGallery() .createIntent();

xm75soft commented 10 months ago

[2.3.19] - 2022-09-20 Improve dismiss listener Update Java version to 11 Support Android API 33

@Drjacky As i checked your history change [2.3.19] - 2022-09-20 but Picker didn't work. Did you add Android 33 permission ?

usmanabid94 commented 10 months ago

@xm75soft i have actually moved to using another repo you can close it for now

Drjacky commented 10 months ago

You're always welcome to open a PR and I'll merge it.

usmanabid94 commented 10 months ago

@Drjacky Sure👍