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
b4b0e6bb
Commit
b4b0e6bb
authored
Nov 25, 2017
by
Ricki Hirner
🐑
Browse files
Upgrade libraries
parent
05326d92
Pipeline
#14360912
passed with stages
in 5 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
build.gradle
build.gradle
+5
-5
No files found.
build.gradle
View file @
b4b0e6bb
buildscript
{
ext
.
kotlin_version
=
'1.1.
5
1'
ext
.
kotlin_version
=
'1.1.
6
1'
ext
.
dokka_version
=
'0.9.15'
repositories
{
...
...
@@ -11,7 +11,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.0.
0
'
classpath
'com.android.tools.build:gradle:3.0.
1
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"org.jetbrains.dokka:dokka-android-gradle-plugin:${dokka_version}"
}
...
...
@@ -56,13 +56,13 @@ android {
dependencies
{
compile
"org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
compile
'com.squareup.okhttp3:okhttp:3.9.
0
'
compile
'com.squareup.okhttp3:okhttp:3.9.
1
'
androidTestCompile
'com.squareup.okhttp3:mockwebserver:3.9.
0
'
androidTestCompile
'com.squareup.okhttp3:mockwebserver:3.9.
1
'
androidTestCompile
'junit:junit:4.12'
//noinspection GradleDynamicVersion
androidTestCompile
'com.android.support.test:runner:+'
testCompile
'junit:junit:4.12'
testCompile
'com.squareup.okhttp3:mockwebserver:3.9.
0
'
testCompile
'com.squareup.okhttp3:mockwebserver:3.9.
1
'
}
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