2017-05-20 09:01:47 +01:00
|
|
|
language: android
|
|
|
|
jdk: oraclejdk8
|
2019-07-14 14:41:40 +01:00
|
|
|
dist: xenial
|
|
|
|
git:
|
|
|
|
depth: 1
|
2017-05-20 09:01:47 +01:00
|
|
|
android:
|
|
|
|
components:
|
2017-09-08 11:21:35 +01:00
|
|
|
- tools
|
2017-05-20 09:01:47 +01:00
|
|
|
- platform-tools
|
2019-09-16 02:33:23 +01:00
|
|
|
- build-tools-29.0.2
|
|
|
|
- android-29
|
2017-05-20 09:01:47 +01:00
|
|
|
- extra-android-support
|
|
|
|
- extra-google-m2repository
|
|
|
|
- extra-android-m2repository
|
|
|
|
licenses:
|
|
|
|
- '.+'
|
|
|
|
script:
|
2017-05-20 09:19:48 +01:00
|
|
|
- chmod 777 gradlew
|
2019-07-15 10:42:45 +01:00
|
|
|
- ./gradlew clean assemblePureDebug
|
2017-05-20 09:01:47 +01:00
|
|
|
after_success:
|
2018-11-04 03:26:07 +00:00
|
|
|
- bash <(curl -s https://codecov.io/bash)
|