MaterialIntroView
MaterialIntroView copied to clipboard
Failed to resolve: com.github.iammert:MaterialIntroView:1.6.0
Failed to resolve: com.github.iammert:MaterialIntroView:1.6.0
I have the same problem. it happens when you update https://services.gradle.org/distributions/gradle-4.x.x
I ran into the same problem. Not really sure what happened. I am now using implementation 'com.github.iammert:MaterialIntroView:5e0c6b6'
as that is the commit hash of 1.6.0. I didn't update gradle at all - it just stopped working randomly.
I have the same problem too I check it from jitpack and found error log there (check this link)
I don't know whats happened, but you can use link below until new release:
implementation 'com.github.iammert:MaterialIntroView:f7b36b7'
I have the same problem too I check it from jitpack and found error log there (check this link)
I don't know whats happened, but you can use link below until new release:
implementation 'com.github.iammert:MaterialIntroView:f7b36b7'
I have come across this problem many times Now we finally see a solution, albeit a temporary one Thank you very much
Failed to resolve: com.github.iammert:MaterialIntroView:1.6.0
For now, you have to use below gradle line implementation 'com.github.iammert:MaterialIntroView:1.5.2'
This error appears when updating to Gradle 5.1.1, plugin 3.4.0
1.5.2 and f7b36b7 are ok (but keeps warning me that 1.6.0 is newer)
implementation 'com.github.iammert:MaterialIntroView:f7b36b7'
I have the same problem too I check it from jitpack and found error log there (check this link)
I don't know whats happened, but you can use link below until new release:
implementation 'com.github.iammert:MaterialIntroView:f7b36b7'
Worked for me. Thanks