zaaach / CityPicker

:fire::fire::fire:城市选择、定位、搜索及右侧字母导航,类似美团 百度糯米 饿了么等APP选择城市功能

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

依赖使用implementation无法引入

ighsix opened this issue · comments

2.0.3使用使用implementation无法引入,提示“Failed to resolve: com.github.zaaach:CityPicker:2.0.3”。

添加maven 了没?如果不行就试试jcenter方式吧,implementation 'com.zaaach:citypicker:2.0.3'

@zaaach 加了,jcenter这个没问题,估计是你那边上传有问题。

之前网络不好,jcenter传不上去,就传了jitpack,可能没传上去。。。

添加了maven { url "https://jitpack.io" },使用implementation 'com.zaaach:citypicker:2.0.3' 也是失败的;
但是使用implementation 'com.zaaach:citypicker:2.0.3'是成功的,麻烦楼主做下修复

commented

implementation 'com.zaaach:CityPicker:2.0.3' //必选
readme这里的大写首字母要换成小写字母才可以依赖成功
正确的依赖方法:
implementation 'com.zaaach:citypicker:2.0.3'

implementation 'com.zaaach:citypicker:2.0.3'

implementation 'com.zaaach:CityPicker:2.0.3' //必选
readme这里的大写首字母要换成小写字母才可以依赖成功
正确的依赖方法:
implementation 'com.zaaach:citypicker:2.0.3'

你可真是个小机灵鬼呢

已更正

已更正
请问下您这个有 历史城市 这个功能吗?

@dzg709580412 目前是没有的