// 1.添加jitpack仓库
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
// 2.添加项目依赖(last-version替换为最新版本号)
dependencies {
implementation 'com.github.ParfoisMeng:ExpandableTextView:last-version'
}
ParfoisMeng/ExpandableTextView
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|