Skip to content

Commit

Permalink
build(build.grade): upgrade downloader version
Browse files Browse the repository at this point in the history
  • Loading branch information
Justson committed Apr 16, 2021
1 parent 0c1756d commit 6549382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agentweb-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'
compileOnly 'com.download.library:Downloader:4.1.2'
compileOnly 'com.download.library:Downloader:4.1.5'
compileOnly "com.android.support:design:${SUPPORT_LIB_VERSION}"
compileOnly "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
compileOnly fileTree(include: ['*.jar'], dir: 'providedLibs')
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
testCompile 'junit:junit:4.12'
compile project(':agentweb-core')
compile project(':agentweb-filechooser')
implementation'com.download.library:Downloader:4.1.4'
implementation'com.download.library:Downloader:4.1.5'
// implementation 'com.just.agentweb:agentweb:4.1.3'
// implementation 'com.just.agentweb:filechooser:4.1.3'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'
Expand Down

0 comments on commit 6549382

Please sign in to comment.