File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
id ' com.android.library'
3
3
}
4
4
apply from : rootProject. projectDir. absolutePath + " /yc.gradle"
5
-
5
+ apply plugin : ' com.github.dcendents.android-maven '
6
6
7
7
android {
8
8
compileSdkVersion rootProject. ext. android[" compileSdkVersion" ]
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ dependencies {
24
24
implementation(rootProject. ext. dependencies[" appcompat" ])
25
25
implementation(rootProject. ext. dependencies[" annotation" ])
26
26
// implementation project(':ThreadPoolLib')
27
- implementation ' com.github.yangchong211.YCThreadPool:ThreadPoolLib:1.3.5'
28
- implementation ' com.github.yangchong211.YCThreadPool:ThreadTaskLib:1.3.5'
27
+ implementation ' com.github.yangchong211.YCThreadPool:ThreadPoolLib:1.3.6'
28
+ implementation ' com.github.yangchong211.YCThreadPool:ThreadTaskLib:1.3.6'
29
+ // implementation 'com.github.yangchong211.YCThreadPool:EasyExecutor:1.3.6'
29
30
}
You can’t perform that action at this time.
0 commit comments