implementation 'com.github.caohao9808:ChipRecyclerView:0.0.1'
jitpack还要求在工程根目录的build.gradle
中添加如下:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}