huhx / compose_image_picker

📸 Image Picker for Jetpack Compose
MIT License
51 stars 4 forks source link

Is version 1.0.4 correct? #22

Open 0xAtlxolotlz opened 1 year ago

0xAtlxolotlz commented 1 year ago

I tried to use the dependency, so I declared the implementation described in README.md, implementation "io.github.huhx:compose-image-picker:1.0.4". However, I was not able to use the classes. When I looked into the external libraries I noticed that there are no classes with that version (1.0.4):

Screen Shot 2022-12-05 at 16 48 48

I tried version 1.0.0 and was able to use the classes:

Screen Shot 2022-12-05 at 16 48 02

I'm not sure if this specific to my environment, or there is indeed something wrong with the dependency. I wanted to share it, just in case it is the second option