Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
bitfire web engineering
dav4jvm
Commits
659e820f
Commit
659e820f
authored
Dec 02, 2016
by
Ricki Hirner
🐑
Browse files
Upgrade to okhttp 3.5.0
parent
fff1c904
Pipeline
#5231275
passed with stage
in 4 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
build.gradle
build.gradle
+4
-4
No files found.
build.gradle
View file @
659e820f
...
...
@@ -49,14 +49,14 @@ android {
dependencies
{
compile
'org.apache.commons:commons-lang3:3.4'
compile
'com.squareup.okhttp3:okhttp:3.
4.1
'
compile
'com.squareup.okhttp3:okhttp:3.
5.0
'
provided
'org.projectlombok:lombok:1.16.10'
androidTestCompile
'com.squareup.okhttp3:mockwebserver:3.
4.1
'
androidTestCompile
'com.squareup.okhttp3:mockwebserver:3.
5.0
'
androidTestCompile
'junit:junit:4.12'
androidTestCompile
'com.android.support.test:runner:0.5'
testCompile
'junit:junit:4.12'
testCompile
'com.squareup.okhttp3:mockwebserver:3.
4.1
'
testCompile
'junit:junit:4.12'
testCompile
'com.squareup.okhttp3:mockwebserver:3.
5.0
'
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment