wdsqjq / AndRatingBar

A RatingBar library for android, you can customize size ,color ,spacing and image easily!Support right to left。效果可以参看:https://juejin.im/post/6844904143220391949
Apache License 2.0
59 stars 17 forks source link

这个库好像不存在了,我报了一个这个错误 #1

Open Allyns opened 2 years ago

Allyns commented 2 years ago

FAILURE: Build failed with an exception.

另外一个配置文件:

implementation 'com.github.wsj1024:AndRatingBar:1.0.6'

allprojects { repositories { google() maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' } jcenter() maven { url 'https://dl.bintray.com/umsdk/release' } maven { url 'https://jitpack.io' } maven { url 'http://maven.aliyun.com/nexus/content/repositories/releases/' } flatDir { dirs 'libs' } maven { url "https://maven.aliyun.com/nexus/content/repositories/releases" }

}

}

wdsqjq commented 2 years ago

换地址了,你用这个:implementation 'com.github.wdsqjq:AndRatingBar:1.0.6'

Allyns commented 2 years ago

好嘞