Skip to content

Commit

Permalink
添加简易版本线程池封装
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchong211 committed May 14, 2022
1 parent cadad89 commit 17b18dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EasyExecutor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'com.android.library'
}
apply from: rootProject.projectDir.absolutePath + "/yc.gradle"

apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion rootProject.ext.android["compileSdkVersion"]
Expand Down
5 changes: 3 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies {
implementation(rootProject.ext.dependencies["appcompat"])
implementation(rootProject.ext.dependencies["annotation"])
// implementation project(':ThreadPoolLib')
implementation 'com.github.yangchong211.YCThreadPool:ThreadPoolLib:1.3.5'
implementation 'com.github.yangchong211.YCThreadPool:ThreadTaskLib:1.3.5'
implementation 'com.github.yangchong211.YCThreadPool:ThreadPoolLib:1.3.6'
implementation 'com.github.yangchong211.YCThreadPool:ThreadTaskLib:1.3.6'
// implementation 'com.github.yangchong211.YCThreadPool:EasyExecutor:1.3.6'
}

0 comments on commit 17b18dc

Please sign in to comment.