MaterialSearchBar icon indicating copy to clipboard operation
MaterialSearchBar copied to clipboard

Failed to Resolve

Open abhishekborikar opened this issue 5 years ago • 4 comments

Error:(28, 20) Failed to resolve: com.github.mancj:MaterialSearchBar:0.7.6 Show in File
Show in Project Structure dialog

It throws above error during implementation

abhishekborikar avatar Jul 21 '18 00:07 abhishekborikar

Add this to your build.gradle allprojects { repositories { maven { url "https://jitpack.io" } } }

HenglyEver avatar Jul 31 '18 05:07 HenglyEver

Same issue, adding allprojects { repositories { maven { url "https://jitpack.io" } } } doesn't make any differece in build:gradle:3.3.2

mritunjay10 avatar Mar 16 '19 03:03 mritunjay10

no this donesn't solve my problem

pavelsust avatar Jun 10 '19 04:06 pavelsust

@paveltech extend your model class implements Parcelable

mritunjay10 avatar Dec 07 '19 15:12 mritunjay10