Open thekorn opened 1 year ago
Hi, I had the same problem,
I fixed it by change the library dependencies in build.gradle in root multiple_images_picker-1.0.1\android\build.gradle
from implementation 'com.sangcomz:FishBun:0.11.4' to implementation 'io.github.sangcomz:FishBun:0.11.4'
it will be like this : dependencies { implementation 'androidx.exifinterface:exifinterface:1.3.1' implementation 'io.github.sangcomz:FishBun:0.11.4' implementation 'com.github.bumptech.glide:glide:4.11.0' }
Regards
Bug Report
multiple_images_picker
version: 1.0.1Is it happening on Android: yes
Is it happening on iOS: no
Describe the bug
Hi there, whenever I want to build any of my projects using
multiple_images_picker
version: 1.0.1 I get this build error on android builds:Looks like the FishBun dependency is not available anymore. In case it helps: resolving the dependecy worked just fine 4 days ago (last successfull know build was 2023-06-19)
In case you need any help to debug this further please let me know
thansk for your help,
markus