Skip to content

Commit

Permalink
download 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Linyuzai committed Jan 7, 2024
1 parent 1ab8965 commit d263c39
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ dependencies {
//implementation 'com.github.linyuzai:concept-mapqueue-core:1.1.0'
implementation project(path: ':concept-mapqueue:concept-mapqueue-core', configuration: 'default')

/*compile "com.github.linyuzai:concept-download-spring-boot-starter:1.2.0"
compile "com.github.linyuzai:concept-download-source-okhttp:1.2.0"
compile "com.github.linyuzai:concept-download-load-coroutines:1.2.0"*/
//implementation "com.github.linyuzai:concept-download-spring-boot-starter:2.0.0"
//implementation "com.github.linyuzai:concept-download-coroutines:2.0.0"
implementation project(path: ':concept-download:concept-download-core', configuration: 'default')
//implementation project(path: ':concept-download:concept-download-source-okhttp', configuration: 'default')
implementation project(path: ':concept-download:concept-download-coroutines', configuration: 'default')
implementation project(path: ':concept-download:concept-download-spring-boot-starter', configuration: 'default')

Expand Down

0 comments on commit d263c39

Please sign in to comment.