rey5137/material

ERROR: Failed to resolve: com.github.rey5137:material:1.3.0

kakubagerald opened this issue · 21 comments

ERROR: Failed to resolve: com.github.rey5137:material:1.3.0
Show in Project Structure dialog
Affected Modules: app

android studio 3.5
graddle

same issue ??

Did anyone addressed this issue already? Or may have been fixed by any chance?

I tried this dependency and the error is gone!

implementation 'com.github.rey5137:material:1.2.5'

@hdeazeta your solution worked for me too

@hdeazeta thanks . it works..

YnotO commented

@hdeazeta thanks

For this:
ERROR: Failed to resolve: com.github.rey5137:material:1.3.0

Try to add this:

repositories {
        maven { url 'https://jitpack.io' }
}

It solved my situation.

thanks worked for me

sachiotomita thanks bro it is worked.

Did anyone addressed this issue already? Or may have been fixed by any chance?

I tried this dependency and the error is gone!

implementation 'com.github.rey5137:material:1.2.5'

yaa it is working. thanks a lot

@hdeazeta Thanks a lot ,it worked for me.

Did anyone addressed this issue already? Or may have been fixed by any chance?

I tried this dependency and the error is gone!

implementation 'com.github.rey5137:material:1.2.5'

@hdeazeta thanks a lot .It worked

I tried
implementation 'com.github.rey5137:material:1.2.5'

and that worked

it worked
THANKS MA

the solution is work also for me
thanks bro
implementation 'com.github.rey5137:material:1.2.5'

Issue resolved with
implementation 'com.github.rey5137:material:1.2.5'

Did anyone addressed this issue already? Or may have been fixed by any chance?

I tried this dependency and the error is gone!

implementation 'com.github.rey5137:material:1.2.5'

Thanks a lot, it worked for me.

issue is resolved, but it is not working for checkbox

Did anyone addressed this issue already? Or may have been fixed by any chance?

I tried this dependency and the error is gone!

implementation 'com.github.rey5137:material:1.2.5'

yaa this worked but this isn't showing the check box 😩

Did anyone addressed this issue already? Or may have been fixed by any chance?

I tried this dependency and the error is gone!

implementation 'com.github.rey5137:material:1.2.5'

Thank you very much, it worked for me too

RROR: Failed to resolve: com.github.rey5137:material:1.3.0
Show in Project Structure dialog
Affected Modules: app

android studio 3.5
graddle