sensorsdata / sa-sdk-android

神策数据官方 Android 埋点 SDK,是一款轻量级用于 Android 端的数据采集埋点 SDK,包含代码埋点、全埋点、点击图和可视化全埋点功能。全埋点通过配合神策官方 Android 埋点插件来实现,神策数据官方 Android 埋点插件使用字节码插桩(ASM)的技术实现 Android 端的全埋点(无埋点、无码埋点、无痕埋点、自动埋点)。
http://opensource.sensorsdata.cn
Other
1.32k stars 434 forks source link

Issue accessing the Maven #86

Closed omidheshmatinia closed 3 years ago

omidheshmatinia commented 3 years ago

Hi, From this morning, we can not access the Maven repository and all the builds fail.

Screenshot 2021-07-20 at 11 28 55

any suggestion on how can we fix this issue?

dengshiwei commented 3 years ago

Now jcenter is disabled,add mavenCentral(). image

omidheshmatinia commented 3 years ago

thanks for replying so fast. I check again and see we already added mavenCentral. should i also remove this part?

maven { url 'https://dl.bintray.com/zouyuhan/maven' }

dengshiwei commented 3 years ago

Yes, you can