无法在build.gradle中添加如下引用导入项目
AutomaticCoding opened this issue · 1 comments
AutomaticCoding commented
在build.gradle中添加:
compile 'com.github.WGwangguan:SeparatedEditText:v1.0'
报错:Failed to resolve: com.github.WGwangguan:SeparatedEditText
WGwangguan commented
需要在根目录文件配置
maven { url "https://jitpack.io" }
具体可查看README,已更新