bottomsheet-imagepicker icon indicating copy to clipboard operation
bottomsheet-imagepicker copied to clipboard

Unresolved reference: BottomSheetImagePicker

Open srikanth4visilogix opened this issue 4 years ago • 3 comments
trafficstars

In build.gradle, Manifest file, strings.xml double checked but BottomSheetImagePicker is not getting imported. Any suggestions on this?

srikanth4visilogix avatar Feb 27 '21 16:02 srikanth4visilogix

In wiki page mentioned com.kroegerama:bottomsheet-imagepicker and in project mentioned different dependency both failed to resolve

srikanth4visilogix avatar Feb 27 '21 16:02 srikanth4visilogix

Can you show me your import line in your gradle file? Did you add jcenter() to your repository list?

kroegerama avatar Feb 28 '21 21:02 kroegerama

They most likely added maven { url 'https://jitpack.io' } to the buildscript repositories rather than the allProjects one

gr3ger avatar Apr 15 '21 11:04 gr3ger