build.gradle:
allprojects {
repositories {
jcenter()
maven { url "https://github.com/Ifxcyr/FanLayout/raw/master" }
}
}
app/build.gradle:
implementation 'com.wuyr:fanlayout:1.0.0'
build.gradle:
allprojects {
repositories {
jcenter()
maven { url "https://github.com/Ifxcyr/FanLayout/raw/master" }
}
}
app/build.gradle:
implementation 'com.wuyr:fanlayout:1.0.0'