fix bugs
allprojects {
repositories {
google()
jcenter()
maven {url "https://jitpack.io"}
}
}
implementation 'com.github.beiger:MVVMBase:v0.01'
allprojects {
repositories {
google()
jcenter()
maven {url "https://jitpack.io"}
}
}
implementation 'com.github.beiger:MVVMBase:v0.01'