Loading .gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,7 @@ before_script: cache: paths: - .gradle/wrapper - .gradle/caches - .gradle/ test: script: Loading build.gradle +5 −5 Original line number Diff line number Diff line Loading @@ -21,11 +21,11 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { compileSdkVersion 25 buildToolsVersion '25.0.2' compileSdkVersion 26 buildToolsVersion '26.0.0' defaultConfig { minSdkVersion 9 minSdkVersion 14 targetSdkVersion 25 } Loading @@ -41,8 +41,8 @@ android { dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" compile 'com.android.support:appcompat-v7:25.+' compile 'com.android.support:cardview-v7:25.+' compile 'com.android.support:appcompat-v7:26.+' compile 'com.android.support:cardview-v7:26.+' androidTestCompile 'com.android.support.test:runner:+' androidTestCompile 'com.android.support.test:rules:+' Loading Loading
.gitlab-ci.yml +1 −2 Original line number Diff line number Diff line Loading @@ -6,8 +6,7 @@ before_script: cache: paths: - .gradle/wrapper - .gradle/caches - .gradle/ test: script: Loading
build.gradle +5 −5 Original line number Diff line number Diff line Loading @@ -21,11 +21,11 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { compileSdkVersion 25 buildToolsVersion '25.0.2' compileSdkVersion 26 buildToolsVersion '26.0.0' defaultConfig { minSdkVersion 9 minSdkVersion 14 targetSdkVersion 25 } Loading @@ -41,8 +41,8 @@ android { dependencies { compile "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version" compile 'com.android.support:appcompat-v7:25.+' compile 'com.android.support:cardview-v7:25.+' compile 'com.android.support:appcompat-v7:26.+' compile 'com.android.support:cardview-v7:26.+' androidTestCompile 'com.android.support.test:runner:+' androidTestCompile 'com.android.support.test:rules:+' Loading