MaterialSearchBar
MaterialSearchBar copied to clipboard
Project not building when implementing MaterialSearchBar on androidX
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
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"}