MaterialSearchBar icon indicating copy to clipboard operation
MaterialSearchBar copied to clipboard

Project not building when implementing MaterialSearchBar on androidX

Open Yotamor94 opened this issue 6 years ago • 1 comments

I tried implementing this support library with the implementation 'com.github.mancj:MaterialSearchBar:0.8.3' , and I am getting an error message that says

ERROR: Failed to resolve: com.github.mancj:MaterialSearchBar:0.8.3

Yotamor94 avatar Feb 07 '20 09:02 Yotamor94

i am new to the android world but i had the same issue and i think you need to include the below in the all projects repositories not the buildscript repositories

maven {url "https://jitpack.io"}

Mohanadelshayeb avatar Feb 08 '20 20:02 Mohanadelshayeb