Skip to content
Carlyle-Lee edited this page May 11, 2020 · 21 revisions

Quick Access:

We are now trying to release to jcenter. Right now you may access from bintray

allprojects {
    repositories {
        maven {
            url 'https://dl.bintray.com/iqiyi-shanghai/aar/'
        }
        google()
        jcenter()
        mavenCentral()
    }
}

dependencies {
    implementation 'com.iqiyi.taskmanager:taskmanager:1.3.5'
}

API

Clone this wiki locally