AndroidAutoSize icon indicating copy to clipboard operation
AndroidAutoSize copied to clipboard

近期有jcenter迁移计划吗?

Open skyCracks opened this issue 4 years ago • 2 comments

jcenter停止维护,近期有时间进行迁移计划吗?

skyCracks avatar Jun 02 '21 01:06 skyCracks

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'
}

Last Releases

JessYanCoding avatar Jun 24 '21 09:06 JessYanCoding

https://www.jianshu.com/p/4f49bb9e820e

JessYanCoding avatar Jun 24 '21 09:06 JessYanCoding