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
f78c1b62
Commit
f78c1b62
authored
Jun 20, 2017
by
Ricki Hirner
🐑
Browse files
SDK/build tools level 26
parent
86292997
Pipeline
#9177782
passed with stage
in 4 minutes and 1 second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
.gitlab-ci.yml
.gitlab-ci.yml
+1
-2
build.gradle
build.gradle
+4
-4
No files found.
.gitlab-ci.yml
View file @
f78c1b62
...
...
@@ -7,8 +7,7 @@ before_script:
cache
:
paths
:
-
.gradle/wrapper
-
.gradle/caches
-
.gradle/
test
:
script
:
...
...
build.gradle
View file @
f78c1b62
...
...
@@ -21,11 +21,11 @@ apply plugin: 'com.android.library'
apply
plugin:
'kotlin-android'
android
{
compileSdkVersion
2
5
buildToolsVersion
'2
5
.0.
2
'
compileSdkVersion
2
6
buildToolsVersion
'2
6
.0.
0
'
defaultConfig
{
minSdkVersion
9
minSdkVersion
14
targetSdkVersion
25
}
buildTypes
{
...
...
@@ -48,7 +48,7 @@ android {
dependencies
{
compile
"org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
compile
'com.android.support:support-annotations:2
5
.+'
compile
'com.android.support:support-annotations:2
6
.+'
compile
'com.squareup.okhttp3:okhttp:3.8.1'
androidTestCompile
'com.squareup.okhttp3:mockwebserver:3.8.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