Skip to content

Commit 17b18dc

Browse files
committed
添加简易版本线程池封装
1 parent cadad89 commit 17b18dc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

EasyExecutor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'com.android.library'
33
}
44
apply from: rootProject.projectDir.absolutePath + "/yc.gradle"
5-
5+
apply plugin: 'com.github.dcendents.android-maven'
66

77
android {
88
compileSdkVersion rootProject.ext.android["compileSdkVersion"]

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies {
2424
implementation(rootProject.ext.dependencies["appcompat"])
2525
implementation(rootProject.ext.dependencies["annotation"])
2626
// 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'
2930
}

0 commit comments

Comments
 (0)