File tree Expand file tree Collapse file tree 4 files changed +6
-27
lines changed Expand file tree Collapse file tree 4 files changed +6
-27
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ jdk: oraclejdk8
33sudo : required
44
55before_install :
6- - yes | sdkmanager "platforms;android-28"
7- - yes | sdkmanager "sources; android-27 "
8- - yes | sdkmanager "docs "
6+ - mkdir "$ANDROID_HOME/licenses" || true
7+ - echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/ android-sdk-license "
8+ - echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license "
99
1010android :
1111 components :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ buildscript {
2222 ' buildTools' : ' 28.0.3' ,
2323 ' androidx' : ' 1.0.2' ,
2424 ' constraintlayout' : ' 2.0.0-alpha3' ,
25- ' kotlin' : ' 1.3.11 '
25+ ' kotlin' : ' 1.3.41 '
2626 ]
2727
2828 repositories {
@@ -31,7 +31,7 @@ buildscript {
3131 }
3232
3333 dependencies {
34- classpath ' com.android.tools.build:gradle:3.5 .0-alpha01 '
34+ classpath ' com.android.tools.build:gradle:3.6 .0-alpha05 '
3535 classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
3636 classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
3737 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:${ versions.kotlin} "
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-5.1-milestone-1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.5 -all.zip
You can’t perform that action at this time.
0 commit comments