| ShadowDrawable | RoundRectDrawable | 
|---|---|
|  |  | 
| 名字 | 摘要 | 
|---|---|
| ShadowDrawable | 阴影Drawable | 
| RoundRectDrawable | 圆角矩形Drawable | 
在项目的 build.gradle 文件中配置仓库地址。
allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}
在需要添加依赖的 Module 下添加以下信息,使用方式和普通的远程仓库一样。
implementation 'com.github.yangsanning:MultiDrawable:1.0.0'