-
Notifications
You must be signed in to change notification settings - Fork 64
Home
Carlyle-Lee edited this page May 12, 2020
·
21 revisions
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'
}