File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,14 @@ branches:
44 - /^\d+\.\d+\.\d+$/ # regex
55
66language : android
7- sudo : false
87
98jdk :
109 - oraclejdk8
1110
12- android :
13- components :
14- - tools
15- - platform-tools
16- - build-tools-27.0.0
17- - android-27
18- - doc-27
19-
2011before_install :
2112 - pip install --user codecov
22- - yes | sdkmanager "platforms;android-27"
13+ - mkdir "$ANDROID_HOME/licenses" || true
14+ - echo "d56f5187479451eabf01fb78af6dfcb131a6481e" > "$ANDROID_HOME/licenses/android-sdk-license"
2315
2416script :
2517 - ./gradlew clean testDebugUnitTest jacocoTestReport
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ buildscript {
2525
2626android {
2727 compileSdkVersion rootProject. ext. compileSdkVersion
28- buildToolsVersion rootProject. ext. buildToolsVersion
2928
3029 defaultConfig {
3130 minSdkVersion rootProject. ext. minSdkVersion
@@ -51,7 +50,7 @@ android {
5150}
5251
5352ext {
54- okhttpVersion = ' 3.9.0 '
53+ okhttpVersion = ' 3.9.1 '
5554}
5655
5756dependencies {
You can’t perform that action at this time.
0 commit comments