File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ android:
77 components :
88 - platform-tools
99 - tools
10- - build-tools-26.0.1
11- - android-26
10+
11+ before_script :
12+ # Install SDK license so Android Gradle plugin can install deps.
13+ - mkdir "$ANDROID_HOME/licenses" || true
14+ - echo "8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
1215
1316script : " ./gradlew build"
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
22
33android {
44 compileSdkVersion rootProject. ext. compileSdkVersion
5- buildToolsVersion rootProject. ext. buildToolsVersion
65
76 defaultConfig {
87 minSdkVersion rootProject. ext. minSdkVersion
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ apply plugin: 'kotlin-android'
33
44android {
55 compileSdkVersion rootProject. ext. compileSdkVersion
6- buildToolsVersion rootProject. ext. buildToolsVersion
76
87 defaultConfig {
98 minSdkVersion rootProject. ext. minSdkVersion
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
22
33android {
44 compileSdkVersion rootProject. ext. compileSdkVersion
5- buildToolsVersion rootProject. ext. buildToolsVersion
65
76 defaultConfig {
87 minSdkVersion rootProject. ext. minSdkVersion
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
22
33android {
44 compileSdkVersion rootProject. ext. compileSdkVersion
5- buildToolsVersion rootProject. ext. buildToolsVersion
65
76 defaultConfig {
87 applicationId " com.commit451.adapterlayout.sample"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 google()
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:3.0.0-beta6 '
10+ classpath ' com.android.tools.build:gradle:3.0.0-beta7 '
1111 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
1212 classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5'
1313 classpath ' com.github.ben-manes:gradle-versions-plugin:0.15.0'
3232 minSdkVersion = 15
3333 compileSdkVersion = 26
3434 targetSdkVersion = compileSdkVersion
35- buildToolsVersion = ' 26.0.1'
3635 supportLibVersion = ' 26.1.0'
3736}
You can’t perform that action at this time.
0 commit comments