Skip to content

Commit

Permalink
1.publish to jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Justson committed Apr 26, 2021
1 parent a8972b9 commit 35971b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ dependencies {
testCompile 'junit:junit:4.12'
compile project(':agentweb-core')
compile project(':agentweb-filechooser')
implementation 'com.download.library:Downloader:4.1.4'
// implementation 'com.just.agentweb:agentweb:4.1.3'
// implementation 'com.just.agentweb:filechooser:4.1.3'
implementation 'com.download.library:Downloader:4.1.3'
// implementation 'com.just.agentweb:agentweb:v4.1.5'
// implementation 'com.just.agentweb:filechooser:v4.1.5'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
Expand Down

0 comments on commit 35971b1

Please sign in to comment.