bottomsheet-imagepicker
bottomsheet-imagepicker copied to clipboard
Unresolved reference: BottomSheetImagePicker
trafficstars
In build.gradle, Manifest file, strings.xml double checked but BottomSheetImagePicker is not getting imported. Any suggestions on this?
In wiki page mentioned com.kroegerama:bottomsheet-imagepicker and in project mentioned different dependency both failed to resolve
Can you show me your import line in your gradle file? Did you add jcenter() to your repository list?
They most likely added
maven { url 'https://jitpack.io' }
to the buildscript repositories rather than the allProjects one