The project is a kinds of tools collected in my daily Android development work .Maybe it can help us to
speed up the develop the android app or rapidly build framework, hope to help you!
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
dependencies {
compile 'com.github.vison123:AndroidUtils:v0.1.2'
}