File tree Expand file tree Collapse file tree 1 file changed +13
-21
lines changed
Expand file tree Collapse file tree 1 file changed +13
-21
lines changed Original file line number Diff line number Diff line change 1- language : android
21sudo : false
3- jdk : oraclejdk8
42cache : false
5-
6- env :
7- global :
8- - ANDROID_API_LEVEL=28
9- - ANDROID_BUILD_TOOLS_VERSION=28.0.3
10-
3+ language : android
4+ jdk : oraclejdk8
5+ dist : trusty
116android :
12- components :
13- - tools
14- - platform -tools
15- - extra-google-m2repository
16- - extra-android -m2repository
17-
7+ components :
8+ - tools
9+ - build -tools-28.0.3
10+ - android-28
11+ - extra-google -m2repository
12+ - extra-android-m2repository
1813script :
19- - TERM=dumb ./gradlew lint testDebugUnitTest jacocoTestReport
20-
14+ - TERM=dumb ./gradlew lint testDebugUnitTest jacocoTestReport
2115before_install :
22- - chmod +x gradlew
23- - yes | sdkmanager "platforms;android-28"
24- - yes | sdkmanager "build-tools;28.0.3"
25-
16+ - chmod +x gradlew
17+ - yes | sdkmanager "platforms;android-28"
2618after_success :
27- - bash <(curl -s https://codecov.io/bash)
19+ - bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments