pchmn / MaterialChipsInput

Implementation of Material Design Chips component for Android
Apache License 2.0
2.63k stars 382 forks source link

Latest version (v1.0.8) is getting an error in Jitpack #139

Open nhatpv-1627 opened 3 years ago

nhatpv-1627 commented 3 years ago

The latest version (v1.0.8) is getting an error in Jitpack. This leads to the error when I rebuild the application. The error is: image

https://jitpack.io/#pchmn/MaterialChipsInput image

Please help me to test this issue. Thank you!

ShahzaibSohaib commented 3 years ago

got the same issue. could not find that version(1.0.8) in jitpack

Screenshot 2021-04-09 170545

agisboye commented 3 years ago

As a workaround you can get version 1.0.8 by changing your dependency to the corresponding commit.

implementation 'com.github.pchmn:MaterialChipsInput:c4360d7941'