step1:在项目根目录build.grade文件中添加
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
step2:在app项目下的build.grade文件中添加依赖
dependencies {
compile 'com.github.Waterelone:WT_Banner:1.0.0'
}
如何使用在DEMO中有说明
| Name | Name | Last commit date | ||
|---|---|---|---|---|
step1:在项目根目录build.grade文件中添加
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
step2:在app项目下的build.grade文件中添加依赖
dependencies {
compile 'com.github.Waterelone:WT_Banner:1.0.0'
}
如何使用在DEMO中有说明