File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
3838 exclude group : ' com.android.support' , module : ' support-annotations'
3939 })
4040 testCompile ' junit:junit:4.12'
41- compileOnly ' com.download.library:Downloader:4.1.5 '
41+ compileOnly ' com.download.library:Downloader:4.1.4 '
4242 compileOnly " com.android.support:design:${ SUPPORT_LIB_VERSION} "
4343 compileOnly " com.android.support:support-v4:${ SUPPORT_LIB_VERSION} "
4444 compileOnly fileTree(include : [' *.jar' ], dir : ' providedLibs' )
Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ android {
2828}
2929
3030dependencies {
31- compile fileTree(include : [' *.jar' ], dir : ' libs' )
32- testCompile ' junit:junit:4.12'
31+ api fileTree(include : [' *.jar' ], dir : ' libs' )
32+ testImplementation ' junit:junit:4.12'
3333 androidTestCompile(' com.android.support.test.espresso:espresso-core:3.0.1' , {
3434 exclude group : ' com.android.support' , module : ' support-annotations'
3535 })
36- testCompile ' junit:junit:4.12'
37- provided " com.android.support:design:${ SUPPORT_LIB_VERSION} "
38- provided " com.android.support:support-v4:${ SUPPORT_LIB_VERSION} "
39- compile project(' :agentweb-core' )
36+ testImplementation ' junit:junit:4.12'
37+ compileOnly " com.android.support:design:${ SUPPORT_LIB_VERSION} "
38+ compileOnly " com.android.support:support-v4:${ SUPPORT_LIB_VERSION} "
39+ api project(' :agentweb-core' )
4040}
4141publish {
4242 userOrg = ' just'
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ TARGET_SDK_VERSION=30
1818# This option should only be used with decoupled projects. More details, visit
1919# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
2020# org.gradle.parallel=true
21- # systemProp.http.proxyHost=127.0.0.1
22- # systemProp.http.proxyPort=1087
23- # systemProp.https.proxyHost=127.0.0.1
24- # systemProp.https.proxyPort=1087
21+ systemProp.http.proxyHost =127.0.0.1
22+ systemProp.http.proxyPort =1087
23+ systemProp.https.proxyHost =127.0.0.1
24+ systemProp.https.proxyPort =1087
2525android.injected.testOnly =false
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
5858 testCompile ' junit:junit:4.12'
5959 compile project(' :agentweb-core' )
6060 compile project(' :agentweb-filechooser' )
61- implementation' com.download.library:Downloader:4.1.5 '
61+ implementation ' com.download.library:Downloader:4.1.4 '
6262// implementation 'com.just.agentweb:agentweb:4.1.3'
6363// implementation 'com.just.agentweb:filechooser:4.1.3'
6464 debugCompile ' com.squareup.leakcanary:leakcanary-android:1.5.1'
You can’t perform that action at this time.
0 commit comments