material
material copied to clipboard
ERROR: Failed to resolve: com.github.rey5137:material:1.3.0
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..
@hdeazeta thanks
@hdeazeta thanks man.
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 😩
rebuild the project it will work for checkbox
On Fri, May 29, 2020 at 8:04 PM Souvik guria [email protected] wrote:
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 😩
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rey5137/material/issues/472#issuecomment-636006890, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMKCNC7NTXE64BAOUGEJE6TRT7BXDANCNFSM4ITQPLUA .
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