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 6, 2024
1 parent 15e9cb6 commit 1ab8965
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ targetCompatibility = JavaVersion.VERSION_1_8
dependencies {
compileOnly 'org.springframework.boot:spring-boot-starter-web'
compileOnly 'org.springframework.boot:spring-boot-starter-webflux'

//api "com.github.linyuzai:concept-download-core:${ConceptDownloadVersion}"
compileOnly project(':concept-download:concept-download-core')
//compileOnly project(':concept-download:concept-download-source-okhttp')
compileOnly project(':concept-download:concept-download-coroutines')

//compileOnly project(':concept-download:concept-download-coroutines')
compileOnly "com.squareup.okhttp3:okhttp:${OkHttpVersion}"
}

Expand Down
2 changes: 1 addition & 1 deletion concept-download/version.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ext.'ConceptDownloadVersion' = '1.2.2'
ext.'ConceptDownloadVersion' = '2.0.0'

0 comments on commit 1ab8965

Please sign in to comment.