There are no dependencies for this project. It is a standalone project that does not depend on any other jars.
There are no modules declared in this project.
代码托管
使用
- module的build.gradle中的添加依赖,自行修改为最新版本,需要哪个就依赖哪个,同步后通常就可以用了:
dependencies {
...
implementation 'com.github.wandersnail:common-observer:latestVersion'
implementation 'com.github.wandersnail:common-poster:latestVersion'
}
- 如果从jcenter下载失败。在project的build.gradle里的repositories添加内容,最好两个都加上,添加完再次同步即可。
allprojects {
repositories {
...
mavenCentral()
maven { url 'https://dl.bintray.com/wandersnail/androidx/' }
}
}
功能