Skip to content

Commit a8972b9

Browse files
committed
publish 4.1.5
1 parent 6549382 commit a8972b9

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

agentweb-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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')

agentweb-filechooser/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ android {
2828
}
2929

3030
dependencies {
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
}
4141
publish {
4242
userOrg = 'just'

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
2525
android.injected.testOnly=false

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)