Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 361 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 361 Bytes

MyUtil

[ Download ]

个人工具整理,主要是平时常用的一些工具类

使用

allprojects {
    repositories {
        jcenter()
        maven { url 'https://jitpack.io' }
    }
}
dependencies {
  compile 'com.github.linciping:MyUtil:1.2.3'
}