We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
阴影Drawable,圆角矩形Drawable
在项目的build.gradle 文件中配置仓库地址。
build.gradle
allprojects {repositories {...maven { url 'https://jitpack.io' }}}
在需要添加依赖的 Module 下添加以下信息,使用方式和普通的远程仓库一样。
implementation 'com.github.yangsanning:MultiDrawable:1.0.0'