AndroidAutoSize
AndroidAutoSize copied to clipboard
近期有jcenter迁移计划吗?
jcenter停止维护,近期有时间进行迁移计划吗?
https://jitpack.io/#JessYanCoding/AndroidAutoSize/v1.2.1
Step 1. Add the JitPack repository in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.JessYanCoding:AndroidAutoSize:v1.2.1'
}
https://www.jianshu.com/p/4f49bb9e820e