ijkplayer icon indicating copy to clipboard operation
ijkplayer copied to clipboard

jcenter都没了,不迁移的话引入起来好麻烦的

Open o8o78 opened this issue 1 year ago • 1 comments

如题

o8o78 avatar Mar 21 '23 10:03 o8o78

改成阿里云镜像,实测能用。建议直接把aar下下来改成本地依赖。

allprojects {
    repositories {
        google()
//        jcenter()
        mavenCentral()
//        maven { url "https://jitpack.io" }
        maven { url 'https://maven.aliyun.com/repository/public/' }
        maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
    }
}

wingkingbobo avatar Jan 04 '24 06:01 wingkingbobo