Skip to content

Commit

Permalink
publish 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Justson committed Apr 16, 2021
1 parent 6549382 commit a8972b9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 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.5'
compileOnly 'com.download.library:Downloader:4.1.4'
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
12 changes: 6 additions & 6 deletions agentweb-filechooser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ android {
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
api fileTree(include: ['*.jar'], dir: 'libs')
testImplementation 'junit:junit:4.12'
androidTestCompile('com.android.support.test.espresso:espresso-core:3.0.1', {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'
provided "com.android.support:design:${SUPPORT_LIB_VERSION}"
provided "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
compile project(':agentweb-core')
testImplementation 'junit:junit:4.12'
compileOnly "com.android.support:design:${SUPPORT_LIB_VERSION}"
compileOnly "com.android.support:support-v4:${SUPPORT_LIB_VERSION}"
api project(':agentweb-core')
}
publish {
userOrg = 'just'
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ TARGET_SDK_VERSION=30
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#systemProp.http.proxyHost=127.0.0.1
#systemProp.http.proxyPort=1087
#systemProp.https.proxyHost=127.0.0.1
#systemProp.https.proxyPort=1087
systemProp.http.proxyHost=127.0.0.1
systemProp.http.proxyPort=1087
systemProp.https.proxyHost=127.0.0.1
systemProp.https.proxyPort=1087
android.injected.testOnly=false
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.5'
implementation 'com.download.library:Downloader:4.1.4'
// 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 a8972b9

Please sign in to comment.