Closed 21rupeshpatil closed 6 years ago
Had the same issue, falling back to v1.3 solved it:
compile 'com.github.tylersuehr7:chips-input-layout:1.3'
Thanks for letting me know about this issue! It seems that JitPack wasn't able to compile version 2.0.
I'll try to resolve this issue as soon as possible; it may just be because I updated the Gradle version
@erichlotto and @tylersuehr7 Thank you very much for the prompt reply. @tylersuehr7 Looking forward to implement 2.0. Great Work
I am experiencing the same problem.
Try using chips-input-layout:2.2, that should fix the not being resolved issue.
For some reason when I previously let my Android Studio update my Gradle version, it commented out the entire gradlew file and that's what was causing Jitpack.io to not be able to build the library
Thanks @tylersuehr7 . Working Perfectly Now. Keep Doing Great Work.
After following steps to import your library i am getting error Failed to resolve: com.github.tylersuehr7:chips-input-layout:2.0 Any help would be appreciate. Thanks in Advance.
lines included in project : project level build.gradle
maven { url "https://jitpack.io" }
app level build.gradle
compile 'com.github.tylersuehr7:chips-input-layout:2.0'