android一些工具类
Add jcenter to your project's gradle file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
implementation 'com.github.chenyun0910:AndroidUtils:1.0'
<dependency>
<groupId>com.github.chenyun0910</groupId>
<artifactId>AndroidUtils</artifactId>
<version>1.0</version>
</dependency>